New package: sisl-4.6.0
This commit is contained in:
parent
8a6591a61f
commit
99a6f5d318
|
@ -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. */
|
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue