pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/libcerf



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jun  5 13:51:28 UTC 2024

Modified Files:
        pkgsrc/devel/libcerf: Makefile PLIST buildlink3.mk distinfo
Removed Files:
        pkgsrc/devel/libcerf/patches: patch-man_CMakeLists.txt

Log Message:
libcerf: updated to 2.4

libcerf-2.4, released 2aug23:
  - CMake: runtime destination corrected (bin, not lib)
  - CMake: removed option PORTABLE and compiler flag -march (unavailable on some architectures)

libcerf-2.3, released 10jan23:
  - Fix compiler flags; use -O3 for Release
    - Introduce CERF_COMPILE_OPTIONS to let users overwrite the hard-coded compile options
  - Under gcc, use -march=native
    - PACKAGE MAINTAINERS: use -DPORTABLE=ON to override this !!
  - Add test coverage for erfcx, dawson, im_w_of_x (against nearby complex and status quo)
  - Avoid some divisions in function voigt (suggested by Alexander Kleinsorge)
  - Accelerate lookup in erfcx, im_w_of_x (avoid long switch, contributed by Alexander Kleinsorge)
  - Work around clang bug https://github.com/llvm/llvm-project/issues/59681 (0+I*Inf->NaN)

libcerf-2.2, released 7nov22:
  - No longer raise underflow error in w_of_z for large real arg (contributed by Ethan Merritt)
  - In test suite, confound zero with values close to underflow
  - Remove some invisible files that had slipped in accidentally (noticed by Christoph Junghans)
  - Windows binary now built with Visual Studio 17 2022

libcerf-2.1, released 8apr22:
  - Provide cerfConfig.cmake (contributed by Lori A. Burns and Christoph Junghans)
  - libcerf.pc: Remove hard-coded lib/
  - Version number incremented to overcome upstream problems with withdrawn release 2.0

libcerf-1.17, released 29jun21:
  - Correct pkgconfig installation directory (use GNU install dirs, install to LIBDIR/pkgconfig)

libcerf-1.16, released 23jun21:
  - voigt_hwhm: replaced Newton's method (which failed for rare parameter combinations)
      by Illinois regula falsi (contributed by Ethan A Merritt)
  - Some internal cleanup, especially of include directives

libcerf-1.15, released 10jun21:
  - Use assertion in voigt_hwhm to check for impossible situations
      (to avoid fprintf and exit, as suggested by Ethan A Merritt)
  - Added widthtest, which tests voigt_hwhm for numerous ratios gamma/sigma
  - libcerf.pc.in: correct prefix (as suggested by Alexander Grund)
  - CMake install
    - make full use of CMAKE_INSTALL_<dir> variables
    - DESTINATION now given by LIBDIR from GNUInstallDirs
  - Support CPack for all platforms

libcerf-1.14, released 19oct20:
  - Simplified test code
  - Homepage moved to https://jugit.fz-juelich.de/mlz/libcerf, 17mar19


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/libcerf/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/libcerf/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/libcerf/buildlink3.mk
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/libcerf/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/libcerf/patches/patch-man_CMakeLists.txt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libcerf/Makefile
diff -u pkgsrc/devel/libcerf/Makefile:1.11 pkgsrc/devel/libcerf/Makefile:1.12
--- pkgsrc/devel/libcerf/Makefile:1.11  Tue Jan 24 18:36:23 2023
+++ pkgsrc/devel/libcerf/Makefile       Wed Jun  5 13:51:28 2024
@@ -1,19 +1,25 @@
-# $NetBSD: Makefile,v 1.11 2023/01/24 18:36:23 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2024/06/05 13:51:28 adam Exp $
 
-DISTNAME=      libcerf-1.13
+DISTNAME=      libcerf-v2.4
+PKGNAME=       ${DISTNAME:S/-v/-/}
 CATEGORIES=    devel math
-MASTER_SITES=  http://apps.jcns.fz-juelich.de/src/libcerf/
-EXTRACT_SUFX=  .tgz
+MASTER_SITES=  https://jugit.fz-juelich.de/mlz/libcerf/-/archive/v${PKGVERSION_NOREV}/
+EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://jugit.fz-juelich.de/mlz/libcerf
 COMMENT=       Library providing efficient and accurate complex error functions
 LICENSE=       mit
 
-USE_LANGUAGES=         c99
+USE_CC_FEATURES=       c99
+USE_LANGUAGES=         c
 USE_TOOLS+=            pod2man
 PKGCONFIG_OVERRIDE=    libcerf.pc.in
-TEST_TARGET=           test
+
+TEST_TARGET=   test
+TEST_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/${CMAKE_BUILD_DIR}/lib
+# For Darwin
+TEST_ENV+=     DYLD_LIBRARY_PATH=${WRKSRC}/${CMAKE_BUILD_DIR}/lib
 
 .include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/libcerf/PLIST
diff -u pkgsrc/devel/libcerf/PLIST:1.3 pkgsrc/devel/libcerf/PLIST:1.4
--- pkgsrc/devel/libcerf/PLIST:1.3      Fri Jan 18 09:30:05 2019
+++ pkgsrc/devel/libcerf/PLIST  Wed Jun  5 13:51:28 2024
@@ -1,8 +1,12 @@
-@comment $NetBSD: PLIST,v 1.3 2019/01/18 09:30:05 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2024/06/05 13:51:28 adam Exp $
 include/cerf.h
+lib/cmake/cerf/cerfConfig.cmake
+lib/cmake/cerf/cerfConfigVersion.cmake
+lib/cmake/cerf/cerfTargets-noconfig.cmake
+lib/cmake/cerf/cerfTargets.cmake
 lib/libcerf.so
 lib/libcerf.so.${PKGVERSION}
-lib/libcerf.so.1
+lib/libcerf.so.2
 lib/pkgconfig/libcerf.pc
 man/man3/cdawson.3
 man/man3/cerf.3
@@ -16,15 +20,15 @@ man/man3/im_w_of_z.3
 man/man3/voigt.3
 man/man3/voigt_hwhm.3
 man/man3/w_of_z.3
-share/doc/libcerf/html/cdawson.html
-share/doc/libcerf/html/cerf.html
-share/doc/libcerf/html/cerfc.html
-share/doc/libcerf/html/cerfcx.html
-share/doc/libcerf/html/cerfi.html
-share/doc/libcerf/html/dawson.html
-share/doc/libcerf/html/erfcx.html
-share/doc/libcerf/html/erfi.html
-share/doc/libcerf/html/im_w_of_z.html
-share/doc/libcerf/html/voigt.html
-share/doc/libcerf/html/voigt_hwhm.html
-share/doc/libcerf/html/w_of_z.html
+share/doc/cerf/html/cdawson.html
+share/doc/cerf/html/cerf.html
+share/doc/cerf/html/cerfc.html
+share/doc/cerf/html/cerfcx.html
+share/doc/cerf/html/cerfi.html
+share/doc/cerf/html/dawson.html
+share/doc/cerf/html/erfcx.html
+share/doc/cerf/html/erfi.html
+share/doc/cerf/html/im_w_of_z.html
+share/doc/cerf/html/voigt.html
+share/doc/cerf/html/voigt_hwhm.html
+share/doc/cerf/html/w_of_z.html

Index: pkgsrc/devel/libcerf/buildlink3.mk
diff -u pkgsrc/devel/libcerf/buildlink3.mk:1.1 pkgsrc/devel/libcerf/buildlink3.mk:1.2
--- pkgsrc/devel/libcerf/buildlink3.mk:1.1      Wed Oct 28 19:00:58 2015
+++ pkgsrc/devel/libcerf/buildlink3.mk  Wed Jun  5 13:51:28 2024
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.1 2015/10/28 19:00:58 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2024/06/05 13:51:28 adam Exp $
 
 BUILDLINK_TREE+=       libcerf
 
 .if !defined(LIBCERF_BUILDLINK3_MK)
 LIBCERF_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.libcerf+=        libcerf>=1.4
+BUILDLINK_API_DEPENDS.libcerf+=        libcerf>=2.4
 BUILDLINK_PKGSRCDIR.libcerf?=  ../../devel/libcerf
 .endif # LIBCERF_BUILDLINK3_MK
 

Index: pkgsrc/devel/libcerf/distinfo
diff -u pkgsrc/devel/libcerf/distinfo:1.9 pkgsrc/devel/libcerf/distinfo:1.10
--- pkgsrc/devel/libcerf/distinfo:1.9   Tue Oct 26 10:15:15 2021
+++ pkgsrc/devel/libcerf/distinfo       Wed Jun  5 13:51:28 2024
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 10:15:15 nia Exp $
+$NetBSD: distinfo,v 1.10 2024/06/05 13:51:28 adam Exp $
 
-BLAKE2s (libcerf-1.13.tgz) = b53e66c2cdc58d6fd7a1065e0149d6e803aadc6884532ab88f4f2f7ac109588a
-SHA512 (libcerf-1.13.tgz) = 4df711d3e9fd00de99959c3253a9565d1dc2c41f75a5800ced9c52f89cbd13185fbdca3ad75de788fd16c044082738ab345b7fb6a8820ac588edafe1812944aa
-Size (libcerf-1.13.tgz) = 61589 bytes
-SHA1 (patch-man_CMakeLists.txt) = 085f68b7acb1dbfa23a9d56cd31934db6d7152fb
+BLAKE2s (libcerf-v2.4.tar.bz2) = 8adfd44df73fd9721e9a54777d3a03125c7f43fa63618fa31309852a890bbc65
+SHA512 (libcerf-v2.4.tar.bz2) = c8e103cf858b0bc495cdd64ff8199f388ea89f0922ebb4187ea036f2ebe006d7579c870c7614724cb129df5c9a61d2f3c467fa0609e3dc4eab5c9359fe3418be
+Size (libcerf-v2.4.tar.bz2) = 81018 bytes



Home | Main Index | Thread Index | Old Index