Skip to content

Commit 851a512

Browse files
committed
build updates
1 parent c5808b0 commit 851a512

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

conda/build.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
#!/bin/bash
22

3-
export CC=gcc-5 CXX=g++-5
4-
echo $(which gcc-5)
5-
echo $(which g++-5)
63
$PYTHON setup.py install --single-version-externally-managed --record=/dev/null
74

85
# Add more build steps here, if they are necessary.

conda/construct.tpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ channels:
77
- http://conda.anaconda.org/conda-forge
88
- http://conda.anaconda.org/salford_systems
99
specs:
10+
- isl # necessary to fix a bug
11+
- gcc # ditto
1012
- smcpp
1113
license_file: ../LICENSE

conda/meta.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ source:
1010
requirements:
1111
build:
1212
- python >=3.5
13-
- gcc-5 5.4.0
13+
- gcc >=4.8
1414
- gmp >=6.1
1515
- cython >=0.25
1616
- gsl >=2.2
@@ -34,7 +34,7 @@ requirements:
3434
run:
3535
- python >=3.5
3636
- cython >=0.25
37-
- gcc-5 5.4.0
37+
- gcc >=4.8
3838
- gmp >=6.1
3939
- gsl >=2.2
4040
- mpc >=1.0

0 commit comments

Comments
 (0)