Skip to content

Commit 92ee045

Browse files
authored
Remove LDFLAGS (again)
Removed LDFLAGS export from the build configuration.
1 parent 4c4fcdf commit 92ee045

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/github_cmake_nvhpc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
autoreconf -if ./configure.ac
4949
export FC=mpifort FCFLAGS="-O0 -g `nf-config --fflags`"
5050
export CC=mpicc CFLAGS="-O0 -g `nc-config --cflags` `pkg-config --cflags yaml-0.1`"
51-
export LDFLAGS="`nc-config --libs` `nf-config --flibs`"
5251
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:`nc-config --libdir`:`nf-config --prefix`/lib64"
5352
./configure --with-yaml
5453
- name: Output configure log if failed

0 commit comments

Comments
 (0)