New package: sisl-4.6.0

This commit is contained in:
Florian Anderiasch 2019-03-25 13:10:30 +00:00 committed by Johannes
parent 8a6591a61f
commit 99a6f5d318
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- include/sislP.h.orig
+++ include/sislP.h
@@ -362,7 +362,7 @@ enum
#if defined(SISL_INTERNAL)
#ifndef HUGE
-#define HUGE MAXDOUBLE
+#define HUGE DBL_MAX
#endif
/* Storage classes. Used in space allocation. */

16
srcpkgs/sisl/template Normal file
View File

@ -0,0 +1,16 @@
# Template file for 'sisl'
pkgname=sisl
version=4.6.0
revision=1
wrksrc="SISL-SISL-${version}"
build_style=cmake
short_desc="SINTEF Spline Library"
maintainer="Florian Anderiasch <fa@art-core.org>"
license="AGPL-3.0-only"
homepage="https://github.com/SINTEF-Geometry/SISL"
distfiles="$homepage/archive/SISL-$version.tar.gz"
checksum=b207fe6b4b20775e3064168633256fddd475ff98573408f6f5088a938c086f86
post_install() {
vlicense COPYING
}