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.
1 parent e7e2f3f commit 35c1b5fCopy full SHA for 35c1b5f
build/pkgs/gsl/spkg-install.in
@@ -1,5 +1,8 @@
1
cd src
2
3
-sdh_configure LIBS="`pkg-config --libs-only-l cblas` -lm" LDFLAGS="$LDFLAGS `pkg-config --libs-only-L cblas`"
+sdh_configure LIBS="`pkg-config --libs-only-l cblas` -lm" \
4
+ LDFLAGS="$LDFLAGS `pkg-config --libs-only-L cblas`" \
5
+ CPPFLAGS="$CPPFLAGS `pkg-config --cflags-only-I cblas`" \
6
+ CFLAGS="$CFLAGS `pkg-config --cflags-only-other cblas`"
7
sdh_make
8
sdh_make_install
0 commit comments