pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
+newpkg: libqd, py-astropy:FIX dependency
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Tue Oct 6 08:56:16 2020 +0100
Changeset: 361e789543ae432da95e7cd38b9f820bb1a6cfea
Modified Files:
py-astropy/Makefile
Added Files:
libqd/DESCR
libqd/Makefile
libqd/PLIST
libqd/buildlink3.mk
libqd/distinfo
Log Message:
+newpkg: libqd, py-astropy:FIX dependency
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=361e789543ae432da95e7cd38b9f820bb1a6cfea
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libqd/DESCR | 7 +++++++
libqd/Makefile | 19 +++++++++++++++++++
libqd/PLIST | 0
libqd/buildlink3.mk | 14 ++++++++++++++
libqd/distinfo | 6 ++++++
py-astropy/Makefile | 1 -
6 files changed, 46 insertions(+), 1 deletion(-)
diffs:
diff --git a/libqd/DESCR b/libqd/DESCR
new file mode 100644
index 0000000000..4ead70fbec
--- /dev/null
+++ b/libqd/DESCR
@@ -0,0 +1,7 @@
+This package provides numeric types of twice the precision
+of IEEE double (106 mantissa bits, or approximately 32 decimal
+digits) and four times the precision of IEEE double (212
+mantissa bits, or approximately 64 decimal digits).
+Due to features such as operator and function overloading,
+these facilities can be utilized with only minor modifications to
+conventional C++ and Fortran-90 programs.
diff --git a/libqd/Makefile b/libqd/Makefile
new file mode 100644
index 0000000000..39824c7843
--- /dev/null
+++ b/libqd/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME= qd-2.3.22
+PKGNAME= lib${DISTNAME}
+CATEGORIES= math
+MASTER_SITES= https://www.davidhbailey.com/dhbsoftware/
+
+MAINTAINER= jihbed.research%gmail.com@localhost
+HOMEPAGE= https://www.davidhbailey.com/dhbsoftware/
+COMMENT= Double-double and quad-double package for Fortran and C++
+#LICENSE= # TODO: (see mk/license.mk)
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
+USE_LANGUAGES= c c++ fortran
+
+PKGCONFIG_OVERRIDE+= qd.pc.in
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/libqd/PLIST b/libqd/PLIST
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/libqd/buildlink3.mk b/libqd/buildlink3.mk
new file mode 100644
index 0000000000..4757adb743
--- /dev/null
+++ b/libqd/buildlink3.mk
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+BUILDLINK_DEPMETHOD.libqd?= build
+
+BUILDLINK_TREE+= libqd
+
+.if !defined(LIBQD_BUILDLINK3_MK)
+LIBQD_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libqd+= libqd>=2.3.22
+BUILDLINK_PKGSRCDIR.libqd?= ../../wip/libqd
+.endif # LIBQD_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -libqd
diff --git a/libqd/distinfo b/libqd/distinfo
new file mode 100644
index 0000000000..6791ffcd2e
--- /dev/null
+++ b/libqd/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (qd-2.3.22.tar.gz) = 2db7d7be67267a61c06bb6c863d06df486a155d1
+RMD160 (qd-2.3.22.tar.gz) = a8cf9f7ed1fea913d66d052206fb58ff1195a535
+SHA512 (qd-2.3.22.tar.gz) = 3d15a50d77646c64bfa48975cd9514e1fa143d3f9494feaa74bb5c7f2842381835379dcc03b48254f4bca46035b4188babbfb4aa53001d943726541f89562d58
+Size (qd-2.3.22.tar.gz) = 1426419 bytes
diff --git a/py-astropy/Makefile b/py-astropy/Makefile
index 41dc6b6cbb..50802d5c96 100644
--- a/py-astropy/Makefile
+++ b/py-astropy/Makefile
@@ -11,7 +11,6 @@ COMMENT= Community-developed python astronomy tools
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-h5py-[0-9]*:../../devel/py-h5py
-DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
DEPENDS+= ${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy
DEPENDS+= ${PYPKGPREFIX}-pandas-[0-9]*:../../math/py-pandas
# TEST_DEPENDS
Home |
Main Index |
Thread Index |
Old Index