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 f377569 + c314fdf commit b7a85fdCopy full SHA for b7a85fd
.ci/lanl/gitlab-darwin-ci.yml
@@ -66,7 +66,7 @@ build:amd:
66
- cp $GITSUBMODULEPATCH .gitmodules
67
- git submodule update --init
68
- ./autogen.pl
69
- - ./configure CC=clang FC=flang CXX=clang++ --prefix=$PWD/install_test --with-libevent=internal
+ - ./configure CC=clang FC=flang CXX=clang++ --prefix=$PWD/install_test --with-libevent=internal LIBS="-lucm -lucs"
70
- make -j 8 install
71
- make check
72
- export PATH=$PWD/install_test/bin:$PATH
0 commit comments