pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
liblame: Use only one distinfo and set of patches across all variants
Module Name: pkgsrc-wip
Committed By: Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By: matthewd
Date: Mon Feb 13 07:04:13 2023 -0800
Changeset: 3bda100938f3e8c49124aec9cdf9b06f93620e44
Modified Files:
libflame/Makefile.common
Removed Files:
libflame_openmp/distinfo
libflame_openmp/patches/patch-configure
libflame_openmp/patches/patch-configure__tidsp
libflame_pthread/distinfo
libflame_pthread/patches/patch-configure
libflame_pthread/patches/patch-configure__tidsp
Log Message:
liblame: Use only one distinfo and set of patches across all variants
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3bda100938f3e8c49124aec9cdf9b06f93620e44
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libflame/Makefile.common | 3 +-
libflame_openmp/distinfo | 7 ----
libflame_openmp/patches/patch-configure | 52 -------------------------
libflame_openmp/patches/patch-configure__tidsp | 42 --------------------
libflame_pthread/distinfo | 7 ----
libflame_pthread/patches/patch-configure | 52 -------------------------
libflame_pthread/patches/patch-configure__tidsp | 42 --------------------
7 files changed, 2 insertions(+), 203 deletions(-)
diffs:
diff --git a/libflame/Makefile.common b/libflame/Makefile.common
index e164ac71b2..ef6e51c2d3 100644
--- a/libflame/Makefile.common
+++ b/libflame/Makefile.common
@@ -8,10 +8,11 @@ MASTER_SITES= ${MASTER_SITE_GITHUB:=flame/}
WRKSRC= ${WRKDIR}/libflame-${GITHUB_TAG}
LICENSE= modified-bsd
COMMENT= Portable library for dense matrix computations
+DISTINFO_FILE= ${.CURDIR}/../../wip/libflame/distinfo
+PATCHDIR= ${.CURDIR}/../../wip/libflame/patches
CATEGORIES= math
-CONFIGURE_SCRIPT= ./configure
HAS_CONFIGURE= yes
USE_LANGUAGES= c c++ fortran
diff --git a/libflame_openmp/distinfo b/libflame_openmp/distinfo
deleted file mode 100644
index c471d4aecd..0000000000
--- a/libflame_openmp/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD$
-
-BLAKE2s (libflame-5.2.0-edbd6eba8a2269b0e05d64d8b02aff778fa4a07a.tar.gz) = 50e035a38df39f99b1aa9b0a83dd3dbe6998ba1a415d7ab3f79f4dd40b76b594
-SHA512 (libflame-5.2.0-edbd6eba8a2269b0e05d64d8b02aff778fa4a07a.tar.gz) = 7880c6c4aeb60709fd14a64506b5830c192ae43fc672a7d9b205634bbd392b2857ea1db4b3bd242a800f98d776d840e45cafbb254a13f673a6c65bbb8045067b
-Size (libflame-5.2.0-edbd6eba8a2269b0e05d64d8b02aff778fa4a07a.tar.gz) = 19256160 bytes
-SHA1 (patch-configure) = 60c396fadc5873b0a3b0437f255962a706166a32
-SHA1 (patch-configure__tidsp) = 5cffd9736605ec0d6cf02466da62531ab1f12c16
diff --git a/libflame_openmp/patches/patch-configure b/libflame_openmp/patches/patch-configure
deleted file mode 100644
index f62869017b..0000000000
--- a/libflame_openmp/patches/patch-configure
+++ /dev/null
@@ -1,52 +0,0 @@
-$NetBSD$
-
-Address portability issues.
-
---- configure.orig 2023-01-25 23:44:27.000000000 +0000
-+++ configure
-@@ -6904,6 +6904,9 @@ printf %s "checking for (guessing) OpenM
- icc)
- fla_c_openmp_flags='-openmp'
- ;;
-+ cc)
-+ fla_c_openmp_flags='-fopenmp'
-+ ;;
- gcc)
- fla_c_openmp_flags='-fopenmp'
- ;;
-@@ -7470,7 +7473,7 @@ printf "%s\n" "no" >&6; }
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for (guessing) appropriate ${CC_VENDOR} optimization flags" >&5
- printf %s "checking for (guessing) appropriate ${CC_VENDOR} optimization flags... " >&6; }
-
-- if test "$fla_enable_compiler_optimizations" == "yes" ; then
-+ if test "$fla_enable_compiler_optimizations" = "yes" ; then
-
- case ${CC_VENDOR} in
- gcc)
-@@ -7589,7 +7592,7 @@ printf "%s\n" "no" >&6; }
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for (guessing) appropriate ${CC_VENDOR} warning flags" >&5
- printf %s "checking for (guessing) appropriate ${CC_VENDOR} warning flags... " >&6; }
-
-- if test "$fla_enable_compiler_warnings" == "yes" ; then
-+ if test "$fla_enable_compiler_warnings" = "yes" ; then
-
- case ${CC_VENDOR} in
- gcc)
-@@ -7707,7 +7710,7 @@ printf "%s\n" "no" >&6; }
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for (guessing) appropriate ${CC_VENDOR} debug flags" >&5
- printf %s "checking for (guessing) appropriate ${CC_VENDOR} debug flags... " >&6; }
-
-- if test "$fla_enable_compiler_debug" == "yes" ; then
-+ if test "$fla_enable_compiler_debug" = "yes" ; then
-
- case ${CC_VENDOR} in
- gcc)
-@@ -7826,7 +7829,7 @@ printf "%s\n" "no" >&6; }
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for (guessing) appropriate ${CC_VENDOR} profiling flags" >&5
- printf %s "checking for (guessing) appropriate ${CC_VENDOR} profiling flags... " >&6; }
-
-- if test "$fla_enable_compiler_profiling" == "yes" ; then
-+ if test "$fla_enable_compiler_profiling" = "yes" ; then
-
- case ${CC_VENDOR} in
- gcc)
diff --git a/libflame_openmp/patches/patch-configure__tidsp b/libflame_openmp/patches/patch-configure__tidsp
deleted file mode 100644
index 63b3df84d7..0000000000
--- a/libflame_openmp/patches/patch-configure__tidsp
+++ /dev/null
@@ -1,42 +0,0 @@
-$NetBSD$
-
-Address portability issues.
-
---- configure_tidsp.orig 2023-01-25 23:44:27.000000000 +0000
-+++ configure_tidsp
-@@ -6919,7 +6919,7 @@ $as_echo "no" >&6; }
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for (guessing) appropriate $CC optimization flags" >&5
- $as_echo_n "checking for (guessing) appropriate $CC optimization flags... " >&6; }
-
-- if test "$fla_enable_compiler_optimizations" == "yes" ; then
-+ if test "$fla_enable_compiler_optimizations" = "yes" ; then
-
- case $CC in
- gcc)
-@@ -7037,7 +7037,7 @@ $as_echo "no" >&6; }
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for (guessing) appropriate $CC warning flags" >&5
- $as_echo_n "checking for (guessing) appropriate $CC warning flags... " >&6; }
-
-- if test "$fla_enable_compiler_warnings" == "yes" ; then
-+ if test "$fla_enable_compiler_warnings" = "yes" ; then
-
- case $CC in
- gcc)
-@@ -7154,7 +7154,7 @@ $as_echo "no" >&6; }
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for (guessing) appropriate $CC debug flags" >&5
- $as_echo_n "checking for (guessing) appropriate $CC debug flags... " >&6; }
-
-- if test "$fla_enable_compiler_debug" == "yes" ; then
-+ if test "$fla_enable_compiler_debug" = "yes" ; then
-
- case $CC in
- gcc)
-@@ -7272,7 +7272,7 @@ $as_echo "no" >&6; }
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for (guessing) appropriate $CC profiling flags" >&5
- $as_echo_n "checking for (guessing) appropriate $CC profiling flags... " >&6; }
-
-- if test "$fla_enable_compiler_profiling" == "yes" ; then
-+ if test "$fla_enable_compiler_profiling" = "yes" ; then
-
- case $CC in
- gcc)
diff --git a/libflame_pthread/distinfo b/libflame_pthread/distinfo
deleted file mode 100644
index 3f0b174069..0000000000
--- a/libflame_pthread/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.21 2017/09/11 20:56:28 wiz Exp $
-
-BLAKE2s (libflame-5.2.0-edbd6eba8a2269b0e05d64d8b02aff778fa4a07a.tar.gz) = 50e035a38df39f99b1aa9b0a83dd3dbe6998ba1a415d7ab3f79f4dd40b76b594
-SHA512 (libflame-5.2.0-edbd6eba8a2269b0e05d64d8b02aff778fa4a07a.tar.gz) = 7880c6c4aeb60709fd14a64506b5830c192ae43fc672a7d9b205634bbd392b2857ea1db4b3bd242a800f98d776d840e45cafbb254a13f673a6c65bbb8045067b
-Size (libflame-5.2.0-edbd6eba8a2269b0e05d64d8b02aff778fa4a07a.tar.gz) = 19256160 bytes
-SHA1 (patch-configure) = 60c396fadc5873b0a3b0437f255962a706166a32
-SHA1 (patch-configure__tidsp) = 5cffd9736605ec0d6cf02466da62531ab1f12c16
diff --git a/libflame_pthread/patches/patch-configure b/libflame_pthread/patches/patch-configure
deleted file mode 100644
index f62869017b..0000000000
--- a/libflame_pthread/patches/patch-configure
+++ /dev/null
@@ -1,52 +0,0 @@
-$NetBSD$
-
-Address portability issues.
-
---- configure.orig 2023-01-25 23:44:27.000000000 +0000
-+++ configure
-@@ -6904,6 +6904,9 @@ printf %s "checking for (guessing) OpenM
- icc)
- fla_c_openmp_flags='-openmp'
- ;;
-+ cc)
-+ fla_c_openmp_flags='-fopenmp'
-+ ;;
- gcc)
- fla_c_openmp_flags='-fopenmp'
- ;;
-@@ -7470,7 +7473,7 @@ printf "%s\n" "no" >&6; }
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for (guessing) appropriate ${CC_VENDOR} optimization flags" >&5
- printf %s "checking for (guessing) appropriate ${CC_VENDOR} optimization flags... " >&6; }
-
-- if test "$fla_enable_compiler_optimizations" == "yes" ; then
-+ if test "$fla_enable_compiler_optimizations" = "yes" ; then
-
- case ${CC_VENDOR} in
- gcc)
-@@ -7589,7 +7592,7 @@ printf "%s\n" "no" >&6; }
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for (guessing) appropriate ${CC_VENDOR} warning flags" >&5
- printf %s "checking for (guessing) appropriate ${CC_VENDOR} warning flags... " >&6; }
-
-- if test "$fla_enable_compiler_warnings" == "yes" ; then
-+ if test "$fla_enable_compiler_warnings" = "yes" ; then
-
- case ${CC_VENDOR} in
- gcc)
-@@ -7707,7 +7710,7 @@ printf "%s\n" "no" >&6; }
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for (guessing) appropriate ${CC_VENDOR} debug flags" >&5
- printf %s "checking for (guessing) appropriate ${CC_VENDOR} debug flags... " >&6; }
-
-- if test "$fla_enable_compiler_debug" == "yes" ; then
-+ if test "$fla_enable_compiler_debug" = "yes" ; then
-
- case ${CC_VENDOR} in
- gcc)
-@@ -7826,7 +7829,7 @@ printf "%s\n" "no" >&6; }
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for (guessing) appropriate ${CC_VENDOR} profiling flags" >&5
- printf %s "checking for (guessing) appropriate ${CC_VENDOR} profiling flags... " >&6; }
-
-- if test "$fla_enable_compiler_profiling" == "yes" ; then
-+ if test "$fla_enable_compiler_profiling" = "yes" ; then
-
- case ${CC_VENDOR} in
- gcc)
diff --git a/libflame_pthread/patches/patch-configure__tidsp b/libflame_pthread/patches/patch-configure__tidsp
deleted file mode 100644
index 63b3df84d7..0000000000
--- a/libflame_pthread/patches/patch-configure__tidsp
+++ /dev/null
@@ -1,42 +0,0 @@
-$NetBSD$
-
-Address portability issues.
-
---- configure_tidsp.orig 2023-01-25 23:44:27.000000000 +0000
-+++ configure_tidsp
-@@ -6919,7 +6919,7 @@ $as_echo "no" >&6; }
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for (guessing) appropriate $CC optimization flags" >&5
- $as_echo_n "checking for (guessing) appropriate $CC optimization flags... " >&6; }
-
-- if test "$fla_enable_compiler_optimizations" == "yes" ; then
-+ if test "$fla_enable_compiler_optimizations" = "yes" ; then
-
- case $CC in
- gcc)
-@@ -7037,7 +7037,7 @@ $as_echo "no" >&6; }
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for (guessing) appropriate $CC warning flags" >&5
- $as_echo_n "checking for (guessing) appropriate $CC warning flags... " >&6; }
-
-- if test "$fla_enable_compiler_warnings" == "yes" ; then
-+ if test "$fla_enable_compiler_warnings" = "yes" ; then
-
- case $CC in
- gcc)
-@@ -7154,7 +7154,7 @@ $as_echo "no" >&6; }
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for (guessing) appropriate $CC debug flags" >&5
- $as_echo_n "checking for (guessing) appropriate $CC debug flags... " >&6; }
-
-- if test "$fla_enable_compiler_debug" == "yes" ; then
-+ if test "$fla_enable_compiler_debug" = "yes" ; then
-
- case $CC in
- gcc)
-@@ -7272,7 +7272,7 @@ $as_echo "no" >&6; }
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for (guessing) appropriate $CC profiling flags" >&5
- $as_echo_n "checking for (guessing) appropriate $CC profiling flags... " >&6; }
-
-- if test "$fla_enable_compiler_profiling" == "yes" ; then
-+ if test "$fla_enable_compiler_profiling" = "yes" ; then
-
- case $CC in
- gcc)
Home |
Main Index |
Thread Index |
Old Index