File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,6 @@ jobs:
172
172
- name : Publish to conda
173
173
run : |
174
174
export CMAKE_BUILD_PARALLEL_LEVEL=4
175
- export CMAKE_CONFIGURE_ARGS="-DENABLE_SMD=ON"
176
175
export ANACONDA_API_TOKEN=${{ secrets.ANACONDA_TOKEN }}
177
176
conda install -y anaconda-client conda-build
178
177
conda config --set anaconda_upload yes
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ set -x -e
13
13
14
14
# C extensions must be installed with sequential BLAS library
15
15
# https://pyscf.org/install.html#using-optimized-blas
16
- export CMAKE_CONFIGURE_ARGS=" -DWITH_F12=OFF -DBLA_VENDOR=Intel10_64lp_seq"
16
+ export CMAKE_CONFIGURE_ARGS=" -DWITH_F12=OFF -DENABLE_SMD=ON - DBLA_VENDOR=Intel10_64lp_seq"
17
17
18
18
# env PYTHON not defined in certain conda-build version
19
19
# $PYTHON -m pip install . -vv
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ requirements:
19
19
- mkl
20
20
- {{ compiler('c') }}
21
21
- {{ compiler('cxx') }}
22
+ - {{ compiler('fortran') }}
22
23
host :
23
24
- python
24
25
run :
You can’t perform that action at this time.
0 commit comments