summaryrefslogtreecommitdiffstats
path: root/coin/module_config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'coin/module_config.yaml')
-rw-r--r--coin/module_config.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 12f53d2d02..f15e07d498 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -119,6 +119,20 @@ windows_specific_instructions:
property: host.compiler
equals_value: MSVC2019
+icc_specific_instructions: &icc_export_variables
+ type: Group
+ instructions:
+ - type: EnvironmentVariable
+ variableName: LD_LIBRARY_PATH
+ variableValue: "{{.Env.ICC64_18_LDLP}}"
+ - type: PrependToEnvironmentVariable
+ variableName: PATH
+ variableValue: "{{.Env.ICC64_18_PATH}}"
+ enable_if:
+ condition: property
+ property: host.compiler
+ equals_value: ICC_18
+
build_instructions:
- type: MakeDirectory
directory: .git
@@ -126,6 +140,7 @@ build_instructions:
directory: "{{.SourceDir}}"
- type: ChangeDirectory
directory: "{{.BuildDir}}"
+ - *icc_export_variables
- *export_target_architecture_and_sdk
- *find_path_to_compiler
# With MSVC we need setup the environment before every subprocess call.