File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -7,5 +7,7 @@ channels:
77 - http://conda.anaconda.org/conda-forge
88 - http://conda.anaconda.org/salford_systems
99specs:
10+ - isl # necessary to fix a bug
11+ - gcc # ditto
1012 - smcpp
1113license_file: ../LICENSE
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ source:
1010requirements:
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
You can’t perform that action at this time.
0 commit comments