We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c4fcdf commit 92ee045Copy full SHA for 92ee045
1 file changed
.github/workflows/github_cmake_nvhpc.yml
@@ -48,7 +48,6 @@ jobs:
48
autoreconf -if ./configure.ac
49
export FC=mpifort FCFLAGS="-O0 -g `nf-config --fflags`"
50
export CC=mpicc CFLAGS="-O0 -g `nc-config --cflags` `pkg-config --cflags yaml-0.1`"
51
- export LDFLAGS="`nc-config --libs` `nf-config --flibs`"
52
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:`nc-config --libdir`:`nf-config --prefix`/lib64"
53
./configure --with-yaml
54
- name: Output configure log if failed
0 commit comments