Skip to content

Commit f5dcb36

Browse files
committed
bump sirocco to version 2.1.1 with .pc file, add spkg-configure
1 parent 85c8f1e commit f5dcb36

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

build/pkgs/sirocco/checksums.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=libsirocco-VERSION.tar.gz
2-
sha1=23311c0944f0c128b493589c1575476cf88177b6
3-
sha256=e86c9fe3b1f2cf0d3a7381d21c1fc4670f14b538c60c7cc6410ccb0f5b1fbaf8
2+
sha1=e3272f4a86a73854fe69b26c17f01525d8171378
3+
sha256=83d1dd5622120eda42c475696235dd67be8072a76baad0a70693d9743a659a61
44
upstream_url=https://github.com/miguelmarco/SIROCCO2/releases/download/VERSION/libsirocco-VERSION.tar.gz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0
1+
2.1.1

build/pkgs/sirocco/spkg-configure.m4

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
SAGE_SPKG_CONFIGURE([sirocco], [
2+
SAGE_SPKG_DEPCHECK([mpfr], [
3+
PKG_CHECK_MODULES([libsirocco], [libsirocco >= 2.1.0], [
4+
AC_MSG_RESULT([found libsirocco >= 2.1.0, will use installed version])
5+
],[
6+
AC_MSG_RESULT([couldn't find libsirocco >= 2.1.0. It will be installed])
7+
sage_spkg_install_sirocco=yes
8+
])
9+
])
10+
])

0 commit comments

Comments
 (0)