We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c907725 commit 0acf51eCopy full SHA for 0acf51e
coin/instructions/common_environment.yaml
@@ -197,6 +197,18 @@ instructions:
197
condition: property
198
property: target.compiler
199
equals_value: ICC_18
200
+ - type: EnvironmentVariable
201
+ variableName: PYTHON3_PATH
202
+ variableValue: "{{ index .Env \"PYTHON3.10.0-64_PATH\"}}"
203
+ enable_if:
204
+ condition: and
205
+ conditions:
206
+ - condition: property
207
+ property: host.os
208
+ equals_value: Windows
209
210
+ property: host.arch
211
+ equals_value: X86_64
212
- type: EnvironmentVariable
213
variableName: ICC64_18_PATH # Seems a bit hard to maintain
214
variableValue: /opt/intel/compilers_and_libraries_2018.1.163/linux/bin/intel64:/opt/intel/bin
0 commit comments