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

Commit 256ddfc

Browse files
author
Matthias Koeppe
committed
build/pkgs/igraph/spkg-install.in: Remove test for libxml here
1 parent 22904ff commit 256ddfc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build/pkgs/igraph/spkg-install.in

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
if `pkg-config --modversion libxml-2.0`; then
2-
echo "
3-
You need libxml2 to run igraph. On Ubuntu and Debian Linux, installing the build-essential and the libxml2-dev packages is sufficient."
4-
exit 1
5-
fi
6-
71
export CFLAGS="$CFLAGS -Wno-strict-prototypes -Wno-implicit-function-declaration"
82
cd src
93
sdh_configure --with-external-blas --with-external-lapack --with-external-glpk

0 commit comments

Comments
 (0)