Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 28d375f

Browse files
committed
do not use blas/lapack with igraph
1 parent 165d450 commit 28d375f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/pkgs/igraph/dependencies

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

33
----------
44
All lines of this file are ignored except the first.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.1999
1+
0.7.1999.p0

build/pkgs/igraph/spkg-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ You need libxml2 to run igraph. On Ubuntu and Debian Linux, installing the build
55
fi
66

77
cd src
8-
sdh_configure --with-external-blas --with-external-lapack --with-external-glpk
8+
sdh_configure --with-external-glpk
99
sdh_make
1010
sdh_make_install -j1

0 commit comments

Comments
 (0)