head 1.2; access; symbols pkgsrc-2024Q1:1.1.0.42 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.40 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.38 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.36 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.34 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.32 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.30 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.28 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.26 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.24 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.22 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.20 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.18 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.16 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.14 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.12 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.8 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.10 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.6 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.4 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.2 pkgsrc-2019Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2024.06.05.13.51.28; author adam; state dead; branches; next 1.1; commitid ehNIzi5jMLLaCNcF; 1.1 date 2019.01.18.09.30.05; author adam; state Exp; branches; next ; commitid Wvm2LP73yeyAkf8B; desc @@ 1.2 log @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_ 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 @ text @$NetBSD: patch-man_CMakeLists.txt,v 1.1 2019/01/18 09:30:05 adam Exp $ Use correct mandir. --- man/CMakeLists.txt.orig 2019-01-18 09:11:54.000000000 +0000 +++ man/CMakeLists.txt @@@@ -15,7 +15,7 @@@@ function(one_page pname section srcname) ) install( FILES ${CMAKE_CURRENT_BINARY_DIR}/${pname}.${section} - DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man${section}" + DESTINATION "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_MANDIR}/man${section}" ) install( FILES ${CMAKE_CURRENT_BINARY_DIR}/${pname}.html @ 1.1 log @libcerf: updated to 1.11 libcerf-1.11: - Cover voigt by test_voigt - Implement new function voigt_hwhm - Restore libcerf.pc - Add INSTALL instructions, and other minor adjustments for use of libcerf in C++ projects - Support 'ctest', which runs the numeric accuracy tests from test1.c. - Rename type cmplx into _cerf_cmplx to avoid name clash with Gnuplot pre 5.3 @ text @d1 1 a1 1 $NetBSD$ @