Update conda

This commit is contained in:
Guilhem Lavaux 2021-05-26 06:47:08 +02:00
parent 7e436bb0e7
commit 8942adab6c
2 changed files with 5 additions and 2 deletions

View File

@ -1 +1,4 @@
export CC=$(basename ${CC})
export CXX=$(basename ${CXX})
$PYTHON setup.py install

View File

@ -9,8 +9,8 @@ source:
requirements:
build:
- numpy >=1.11
- gcc_linux-64
- gxx_linux-64
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- python
- setuptools
- cython