Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F170943158
D17045.id47748.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D17045.id47748.diff
View Options
Index: math/Makefile
===================================================================
--- math/Makefile
+++ math/Makefile
@@ -791,6 +791,7 @@
SUBDIR += simd-viterbi
SUBDIR += singular
SUBDIR += slatec
+ SUBDIR += sleef
SUBDIR += slepc
SUBDIR += slgrace
SUBDIR += snns
Index: math/sleef/Makefile
===================================================================
--- math/sleef/Makefile
+++ math/sleef/Makefile
@@ -0,0 +1,23 @@
+# Created by: Johannes M Dieterich <jmd@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= sleef
+DISTVERSION= 3.3-9
+DISTVERSIONSUFFIX= -g3998463
+CATEGORIES= math
+
+MAINTAINER= jmd@FreeBSD.org
+COMMENT= SIMD Library for Evaluating Elementary Functions, vectorized libm
+
+LICENSE= BSL
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+IGNORE_FreeBSD_10= base compiler too old
+
+USES= cmake:outsource
+USE_LDCONFIG= yes
+
+USE_GITHUB= yes
+GH_ACCOUNT= shibatch
+
+.include <bsd.port.mk>
Index: math/sleef/distinfo
===================================================================
--- math/sleef/distinfo
+++ math/sleef/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1536240930
+SHA256 (shibatch-sleef-3.3-9-g3998463_GH0.tar.gz) = 54b4f60a973e50f57ba11a7306bd5f3cb27c7ca684d6a135bdc6b74cb0649583
+SIZE (shibatch-sleef-3.3-9-g3998463_GH0.tar.gz) = 889481
Index: math/sleef/pkg-descr
===================================================================
--- math/sleef/pkg-descr
+++ math/sleef/pkg-descr
@@ -0,0 +1,7 @@
+SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT
+
+In this library, functions for evaluating some elementary functions are
+implemented. It provides a vectorized libm alternativ. The library also
+includes DFT subroutines.
+
+WWW: https://github.com/shibara/sleef
Index: math/sleef/pkg-plist
===================================================================
--- math/sleef/pkg-plist
+++ math/sleef/pkg-plist
@@ -0,0 +1,11 @@
+include/sleef.h
+include/sleefdft.h
+lib/libsleef.so
+lib/libsleef.so.3
+lib/libsleef.so.3.3
+lib/libsleefdft.so
+lib/libsleefdft.so.3
+lib/libsleefdft.so.3.3
+lib/libsleefgnuabi.so
+lib/libsleefgnuabi.so.3
+lib/libsleefgnuabi.so.3.3
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Sep 8, 6:39 PM (4 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38530430
Default Alt Text
D17045.id47748.diff (2 KB)
Attached To
Mode
D17045: [new port] math/sleef: SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT
Attached
Detach File
Event Timeline
Log In to Comment