Skip to content

Commit e7e2f3f

Browse files
committed
trac 32587: add pkgconf as order-only dependency for gsl,
add library path for gsl configure
1 parent f6f3223 commit e7e2f3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/pkgs/gsl/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$(BLAS)
1+
$(BLAS) | pkgconf
22

33
----------
44
All lines of this file are ignored except the first.

build/pkgs/gsl/spkg-install.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cd src
22

3-
sdh_configure LIBS="`pkg-config --libs-only-l cblas` -lm"
3+
sdh_configure LIBS="`pkg-config --libs-only-l cblas` -lm" LDFLAGS="$LDFLAGS `pkg-config --libs-only-L cblas`"
44
sdh_make
55
sdh_make_install

0 commit comments

Comments
 (0)