mdds: update to 2.1.1.
This commit is contained in:
parent
ca3dd547a1
commit
142cbfc47f
|
@ -13,8 +13,6 @@ compilation terminated.
|
||||||
Normally, this isn't an issue with the compiler itself, because we have a
|
Normally, this isn't an issue with the compiler itself, because we have a
|
||||||
wrapper that discards bad -I flags, but we don't have a cpp wrapper.
|
wrapper that discards bad -I flags, but we don't have a cpp wrapper.
|
||||||
|
|
||||||
diff --git a/configure.ac b/configure.ac
|
|
||||||
index 40569655..5a64324a 100644
|
|
||||||
--- a/configure.ac
|
--- a/configure.ac
|
||||||
+++ b/configure.ac
|
+++ b/configure.ac
|
||||||
@@ -24,7 +24,6 @@ AC_SUBST(QUICKCHECKDIR)
|
@@ -24,7 +24,6 @@ AC_SUBST(QUICKCHECKDIR)
|
||||||
|
@ -25,3 +23,13 @@ index 40569655..5a64324a 100644
|
||||||
|
|
||||||
AC_CHECK_SIZEOF([void *])
|
AC_CHECK_SIZEOF([void *])
|
||||||
CXXFLAGS="$CXXFLAGS -DSIZEOF_VOID_P=$ac_cv_sizeof_void_p"
|
CXXFLAGS="$CXXFLAGS -DSIZEOF_VOID_P=$ac_cv_sizeof_void_p"
|
||||||
|
--- a/configure
|
||||||
|
+++ b/configure
|
||||||
|
@@ -5237,7 +5237,6 @@ printf "%s\n" "#define HAVE_CXX17 1" >>c
|
||||||
|
|
||||||
|
|
||||||
|
CPPFLAGS="$CPPFLAGS -Wall -Wshadow -g -pedantic-errors"
|
||||||
|
-CPPFLAGS="$CPPFLAGS -I/usr/include -I/usr/local/include"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -5,22 +5,17 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
pkgname=mdds
|
pkgname=mdds
|
||||||
version=2.0.3
|
version=2.1.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake"
|
|
||||||
checkdepends="boost-devel"
|
checkdepends="boost-devel"
|
||||||
short_desc="Collection of multi-dimensional data structures and indexing algorithms"
|
short_desc="Collection of multi-dimensional data structures and indexing algorithms"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://gitlab.com/mdds/mdds"
|
homepage="https://gitlab.com/mdds/mdds"
|
||||||
distfiles="http://kohei.us/files/mdds/src/mdds-${version}.tar.bz2"
|
distfiles="http://kohei.us/files/mdds/src/mdds-${version}.tar.bz2"
|
||||||
checksum=9771fe42e133443c13ca187253763e17c8bc96a1a02aec9e1e8893367ffa9ce5
|
checksum=8a3767f0a60c53261b5ebbaa717381446813aef8cf28fe9d0ea1371123bbe3f1
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
autoreconf -fi
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue