Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 076f969b | 2026-07-24 17:11:06 | garbage collect USE_NOBTCFI-aarch64 = Yes# fortran as suggested by sthen, instead of bumps, I'll crank _SYSTEM_VERSION-aarch64 | ||
| e8035d47 | 2026-02-13 12:02:13 | Update CMake to 4.1.2 Major update from 3.31.8 to 4.1.2. CMake 4.0 introduces a breaking change: compatibility with versions older than 3.5 has been removed. Projects calling cmake_minimum_required() or cmake_policy() with versions < 3.5 now error out. To maintain compatibility with existing ports during the transition, the cmake module now provides MODCMAKE_POLICY_VERSION_OVERRIDE (idea from sthen@) support: - MODCMAKE_POLICY_VERSION_OVERRIDE ?= No - MODCMAKE_POLICY_VERSION_OVERRIDE_VER ?= 3.5 When MODCMAKE_POLICY_VERSION_OVERRIDE is set to "yes", CMake is instructed to accept policy versions down to the specified minimum (default 3.5) via -DCMAKE_POLICY_VERSION_MINIMUM. This allows older ports to build while acknowledging they may use deprecated features. https://cmake.org/cmake/help/latest/release/4.0.html https://cmake.org/cmake/help/latest/release/4.1.html OK sthen@ | ||
| c4cb4475 | 2025-01-11 12:29:11 | set USE_NOBTCFI-aarch64 for ports using Fortran libraries that aren't covered by the existing setting in fortran.port.mk r1.18. | ||
| 4e66d499 | 2023-11-07 14:19:05 | http://*sourceforge.net now redirect to https Update SITES, HOMEPAGE, and comments. | ||
| d6100a89 | 2023-09-27 09:27:52 | MASTER_SITES -> SITES | ||
| 6ecf5561 | 2022-05-28 06:19:58 | Fix build with CMake 3.23 - Use CFLAGS and CXXFLAGS instead of CMAKE_CXX_FLAGS and CMAKE_C_FLAGS. - Use MODCMAKE_LDFLAGS instead of CMAKE_EXE_LINKER_FLAGS - Fix broken builds with CMake 3.23 | ||
| 2bfaf2e0 | 2022-05-23 20:29:04 | Provide a working upgrade path by setting EPOCH=0 in arpack and bumping REVISIONs in dependent ports. pointed out by sthen@ | ||
| ab45f39a | 2022-03-11 19:36:11 | drop RCS Ids | ||
| 76e6ea9c | 2020-12-11 12:40:44 | Update armadillo to 9.900.4. OK espie@ | ||
| 1c5fd4e8 | 2019-10-28 15:13:35 | update to newer mlpack and dependencies |