Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.2.1_3 28 Jan 2025 16:42:55 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after OpenBLAS upgrade
Remark: this souldn’t be necessary, because the version of the library is the
same, but due to many changes between these releases, it is safer this way.
PR: 284314 |
7.2.1_2 24 Jan 2025 12:18:28 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION to chase blas/lapack, Suitesparse and BLIS |
7.2.1_1 11 Jan 2025 10:02:35 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade to Suitesparse |
7.2.1 26 Dec 2024 10:46:27 |
Robert Clausecker (fuz) |
math/sundials: unbreak on armv7
No OpenMP support on armv7 unfortunately.
Approved by: portmgr (build fix blanket)
MFH: 2024Q4 |
7.2.1 24 Dec 2024 10:12:05 |
Yuri Victorovich (yuri) |
math/sundials: update 6.6.0 → 7.2.1 |
6.6.0_9 21 Jun 2024 17:49:24 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade to OpenBLAS |
6.6.0_8 29 Apr 2024 20:08:56 |
Thierry Thomas (thierry) |
*/*: chase SuiteSparse’s upgrade |
6.6.0_7 28 Jan 2024 12:02:23 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade to SuiteSparse |
6.6.0_6 13 Jan 2024 10:19:22 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade of SuiteSparse to v7.5.0 |
6.6.0_5 31 Dec 2023 14:31:11 |
Thierry Thomas (thierry) |
*/*: chase the upgrade of SuiteSparse |
6.6.0_4 12 Dec 2023 19:03:50 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade of OpenBLAS
PR: 273219 |
6.6.0_3 10 Dec 2023 10:23:11 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade of MPICH to 4.1.2 |
6.6.0_2 15 Oct 2023 09:03:17 |
Thierry Thomas (thierry) |
*/*: chase the upgrade of SuiteSparse |
6.6.0_1 20 Sep 2023 17:57:40 |
Thierry Thomas (thierry) |
/*: bump PORTREVISION after the upgrade of SuiteSparse |
6.6.0 23 Aug 2023 06:09:01 |
Yuri Victorovich (yuri) |
math/sundials: update 6.5.1 → 6.6.0 |
6.5.1 08 Aug 2023 08:42:45 |
Yuri Victorovich (yuri) |
math/sundials: Update 6.4.0 → 6.5.1
Reported by: portscout |
6.4.0_4 01 Jul 2023 16:11:11 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade of SuiteSparse |
6.4.0_3 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
6.4.0_2 19 Jan 2023 16:45:37 |
Thierry Thomas (thierry) |
math/suitesparse*: bump PORTREVISION of dependant ports |
6.4.0_1 27 Nov 2022 11:09:57 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade of math/suitesparse*
PR: 267742 |
6.4.0 24 Oct 2022 18:14:53 |
Yuri Victorovich (yuri) |
math/sundials: Use tarball (again) provided by the upstream; Correct WWW
Also improve CMAKExx and other lines.
PR: 267285
Reported by: diizzy@ (tarball-related) |
6.4.0 22 Oct 2022 19:28:48 |
Yuri Victorovich (yuri) |
math/sundials: Update 6.3.0 -> 6.4.0 |
6.3.0_1 16 Oct 2022 19:37:32 |
Yuri Victorovich (yuri) |
science/hypre: Update 2.25.0 -> 2.26.0
Reported by: portscout |
6.3.0 12 Oct 2022 07:15:51 |
Yuri Victorovich (yuri) |
math/sundials: Update 6.2.0 -> 6.3.0 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
6.2.0_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
6.2.0_1 29 Jun 2022 06:11:17 |
Yuri Victorovich (yuri) |
math/sundials: Multiple changes
- add -DCMAKE_C_STANDARD=99 to CMAKE_ARGS; this fixes the LAPACK option
- remove -DSUNDIALS_INDEX_TYPE:STRING=int64_t, since this is
automatically determined based on SUNDIALS_INDEX_SIZE which defaults
to 64 bits. SUNDIALS_INDEX_TYPE has been deprecated with release 3.2.0
- make LAPACK default
- remove LAPACK_BROKEN
- remove {BLAS,LAPACK}_CMAKE_ON, since CMake warns during configuring
that FREEBSD_GCC_DIR is not used
- reenable OPENMP option
- replace BLAS_ENABLE with ENABLE_BLAS; this silences a warning
- switch the MPI option to CMAKE_BOOL
- add HYPRE_BROKEN, since configure errors out when trying to build with hypre
support
PR: 260771
Original patch submitted by: Philipp Ost <bsd@philippost.de> |
6.2.0 20 Jun 2022 01:30:38 |
Yuri Victorovich (yuri) |
math/sundials: Update 5.7.0 -> 6.2.0 |
5.7.0_1 07 Jan 2022 08:34:46 |
Yuri Victorovich (yuri) |
science/PETSc: Update 3.14.1 -> 3.16.3
Reported by: portscout |
5.7.0 03 Sep 2021 13:01:58 |
Tobias Kortkamp (tobik) |
*: Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop or unreferenced variables
- Add missing ports to the build
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan |
5.7.0 27 Aug 2021 22:33:14 |
Yuri Victorovich (yuri) |
math/octave: Update 3.1.2 -> 5.7.0 |
3.1.2_11 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.1.2_11 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.1.2_11 06 May 2020 16:39:12 |
yuri |
Bump 37 ports depending on math/openblas through USES=blaslapack:openblas
because after the recent math/openblas update the library name changed in
openblas |
3.1.2_9 30 Jan 2020 14:17:44 |
swills |
Fix math/openblas and bump dependent ports
* Fix build on i386 [1]
* Fix science/code_saturne build with new openblas [2]
* Avoid installing private headers [3]
* Prevent build from optimizing for host by correcting build confg [4]
* Bump portrevision of dependent ports [5]
This is correcting issues from r523749 [1][2][4] and r515970 [3]
PR: 231371
Reported by: build cluster [1]
Reported by: Dima Pasechnik <dimpase+freebsd@gmail.com> [2]
Reported by: many [5]
Reviewed by: mat, bapt
Approved by: implicit, since this is a build fix |
3.1.2_8 17 Oct 2019 05:36:53 |
antoine |
Fix packaging |
3.1.2_8 16 Oct 2019 13:14:01 |
rene |
math/sundials: drop optional dependency on expired math/superlu_mt |
3.1.2_8 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
3.1.2_7 22 Apr 2019 13:16:34 |
gerald |
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl |
3.1.2_4 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
3.1.2_4 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
3.1.2_3 09 Oct 2018 01:26:30 |
yuri |
science/hypre: Update 2.11.2 -> 2.15.0
Port changes:
* Move to GitHub
* Add the NOMPI option
* Update WWW |
3.1.2_2 02 Oct 2018 23:11:15 |
yuri |
science/PETSc: Update 3.9.4->3.10.1; math/py-petsc4py: Update 3.9.1->3.10.0;
math/slepc: Update 3.9.2->3.10.0; math/py-slepc4py: Update 3.9.0->3.10.0
Bump math/sundials and math/petiga.
On commit because they depend on each other and don't build unless versions
match. |
3.1.2_1 22 Sep 2018 17:40:42 |
yuri |
Change 10 ports from net/mpich2 to net/mpich
mpich2 is the obsolete version 2.x, mpich is at the current version 3.x
science/triqs science/PETSc math/py-slepc4py math/slepc math/py-petsc4py
math/petiga math/sundials cad/elmerfem math/blocksolve95 math/spooles |
3.1.2 07 Aug 2018 08:27:03 |
yuri |
math/sundials: Update 3.1.1 -> 3.1.2
HYPRE and PETSC options are now incompatible with LAPACK. |
3.1.1_1 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
3.1.1 08 May 2018 05:40:49 |
yuri |
math/sundials: Update 3.1.0 -> 3.1.1
Reported by: portscout |
3.1.0_1 05 May 2018 17:04:53 |
yuri |
math/sundials: Fix build on 12
The previous patching was incomplete, missing another symbol that was aligned
with quote characters.
PR: 227995
Reported by: Robert Cina <transitive@gmail.com> |
3.1.0_1 27 Mar 2018 21:38:01 |
yuri |
math/sundials: Unbreak on 12
Macro (ESYM) can't be aligned with a string in C++.
The upstream is going to fix this in the next release.
Reported by: fallout |
3.1.0_1 30 Dec 2017 08:15:36 |
yuri |
math/sundials: Changed to using <opt>_IMPLIES for HYPRE and PETSC options, and
removed the .include clause
Submitted by: myself
Reported by: jbeich
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13653 |
3.1.0 27 Dec 2017 07:47:30 |
yuri |
New port: math/sundials: SUite of Nonlinear and DIfferential/ALgebraic Equation
Solvers
This port was originally created by Pedro Giffuni. He offered me to take over
it.
I updated it to 3.1.0, added many options, etc.
The option FCMIX is broken upstream, so it is not present in the port.
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D13647 |