File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ unset F90 F77
55
66set -ex
77
8- env
9-
108export FCFLAGS=" $FFLAGS "
119
1210# avoid absolute-paths in compilers
Original file line number Diff line number Diff line change 11{% set version = "4.1.3" %}
22{% set major = version.rpartition('.')[0] %}
3- {% set build = 2 %}
3+ {% set build = 3 %}
44
55# give conda package a higher build number
66{% if mpi_type == 'conda' %}
@@ -19,8 +19,6 @@ source:
1919
2020build :
2121 number : {{ build }}
22- script_env :
23- - CUDA_HOME
2422 skip : true # [win]
2523
2624outputs :
@@ -41,6 +39,8 @@ outputs:
4139 build :
4240 run_exports :
4341 - {{ pin_subpackage('openmpi', min_pin='x.x.x', max_pin='x') }}
42+ script_env :
43+ - CUDA_HOME
4444 requirements :
4545 build :
4646 - {{ compiler('c') }}
You can’t perform that action at this time.
0 commit comments