Skip to content

Commit 3241476

Browse files
committed
Fix CUDA_HOME
1 parent ee753fe commit 3241476

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

recipe/build-mpi.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ unset F90 F77
55

66
set -ex
77

8-
env
9-
108
export FCFLAGS="$FFLAGS"
119

1210
# avoid absolute-paths in compilers

recipe/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

2020
build:
2121
number: {{ build }}
22-
script_env:
23-
- CUDA_HOME
2422
skip: true # [win]
2523

2624
outputs:
@@ -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') }}

0 commit comments

Comments
 (0)