We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e596ee + 2001b5e commit 295ef25Copy full SHA for 295ef25
.ci/lanl/gitlab-darwin-ci.yml
@@ -16,7 +16,7 @@ build:intel:
16
- cp $GITSUBMODULEPATCH .gitmodules
17
- git submodule update --init
18
- ./autogen.pl
19
- - ./configure CC=icc FC=ifort CXX=icpc --prefix=$PWD/install_test --with-libevent=internal
+ - ./configure CC=icx FC=ifx CXX=icpx --prefix=$PWD/install_test --with-libevent=internal
20
- make -j 8 install
21
- make check
22
- export PATH=$PWD/install_test/bin:$PATH
0 commit comments