non port: math/sundials/Makefile |
SVNWeb
|
Number of commits found: 36 |
Wed, 20 Sep 2023
|
[ 17:57 Thierry Thomas (thierry) ] a0ed0dc (Only the first 10 of 25 ports in this commit are shown above. )
/*: bump PORTREVISION after the upgrade of SuiteSparse
|
Wed, 23 Aug 2023
|
[ 06:09 Yuri Victorovich (yuri) ] 59574ee
math/sundials: update 6.5.1 → 6.6.0
|
Tue, 8 Aug 2023
|
[ 08:42 Yuri Victorovich (yuri) ] 521ed71
math/sundials: Update 6.4.0 → 6.5.1
Reported by: portscout
|
Sat, 1 Jul 2023
|
[ 16:11 Thierry Thomas (thierry) ] 823182b (Only the first 10 of 25 ports in this commit are shown above. )
*/*: bump PORTREVISION after the upgrade of SuiteSparse
|
Sun, 23 Apr 2023
|
[ 09:09 Gerald Pfeifer (gerald) ] 8d3e020 (Only the first 10 of 2091 ports in this commit are shown above. )
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
|
Thu, 19 Jan 2023
|
[ 16:45 Thierry Thomas (thierry) ] 112013a (Only the first 10 of 25 ports in this commit are shown above. )
math/suitesparse*: bump PORTREVISION of dependant ports
|
Sun, 27 Nov 2022
|
[ 11:09 Thierry Thomas (thierry) ] 6f9769f (Only the first 10 of 24 ports in this commit are shown above. )
*/*: bump PORTREVISION after the upgrade of math/suitesparse*
PR: 267742
|
Mon, 24 Oct 2022
|
[ 18:14 Yuri Victorovich (yuri) ] ccbf258
math/sundials: Use tarball (again) provided by the upstream; Correct WWW
Also improve CMAKExx and other lines.
PR: 267285
Reported by: diizzy@ (tarball-related)
|
Sat, 22 Oct 2022
|
[ 19:28 Yuri Victorovich (yuri) ] 815396c
math/sundials: Update 6.3.0 -> 6.4.0
|
Sun, 16 Oct 2022
|
[ 19:37 Yuri Victorovich (yuri) ] b422449
science/hypre: Update 2.25.0 -> 2.26.0
Reported by: portscout
|
Wed, 12 Oct 2022
|
[ 07:15 Yuri Victorovich (yuri) ] 92c16b4
math/sundials: Update 6.2.0 -> 6.3.0
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 29 Jun 2022
|
[ 06:11 Yuri Victorovich (yuri) ] 7f9cd79
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>
|
Mon, 20 Jun 2022
|
[ 01:30 Yuri Victorovich (yuri) ] def6670
math/sundials: Update 5.7.0 -> 6.2.0
|
Fri, 7 Jan 2022
|
[ 08:34 Yuri Victorovich (yuri) ] 4510216
science/PETSc: Update 3.14.1 -> 3.16.3
Reported by: portscout
|
Fri, 3 Sep 2021
|
[ 13:01 Tobias Kortkamp (tobik) ] 310623b (Only the first 10 of 17 ports in this commit are shown above. )
*: 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
|
Fri, 27 Aug 2021
|
[ 22:33 Yuri Victorovich (yuri) ] 8046913 (Only the first 10 of 17 ports in this commit are shown above. )
math/octave: Update 3.1.2 -> 5.7.0
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 6 May 2020
|
[ 16:39 yuri ] (Only the first 10 of 37 ports in this commit are shown above. )
Bump 37 ports depending on math/openblas through USES=blaslapack:openblas
because after the recent math/openblas update the library name changed in
openblas
|
Thu, 30 Jan 2020
|
[ 14:17 swills ] (Only the first 10 of 90 ports in this commit are shown above. )
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
|
Wed, 16 Oct 2019
|
[ 13:14 rene ]
math/sundials: drop optional dependency on expired math/superlu_mt
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Mon, 22 Apr 2019
|
[ 13:16 gerald ] (Only the first 10 of 225 ports in this commit are shown above. )
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
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (Only the first 10 of 1277 ports in this commit are shown above. )
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
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
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
|
Tue, 9 Oct 2018
|
[ 01:26 yuri ]
science/hypre: Update 2.11.2 -> 2.15.0
Port changes:
* Move to GitHub
* Add the NOMPI option
* Update WWW
|
Tue, 2 Oct 2018
|
[ 23:11 yuri ] (Only the first 10 of 15 ports in this commit are shown above. )
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.
|
Sat, 22 Sep 2018
|
[ 17:40 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
|
Tue, 7 Aug 2018
|
[ 08:27 yuri ]
math/sundials: Update 3.1.1 -> 3.1.2
HYPRE and PETSC options are now incompatible with LAPACK.
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
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
|
Tue, 8 May 2018
|
[ 05:40 yuri ]
math/sundials: Update 3.1.0 -> 3.1.1
Reported by: portscout
|
Sat, 5 May 2018
|
[ 17:04 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>
|
Tue, 27 Mar 2018
|
[ 21:38 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
|
Sat, 30 Dec 2017
|
[ 08:15 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
|
Wed, 27 Dec 2017
|
[ 07:47 yuri ] (Only the first 10 of 17 ports in this commit are shown above. )
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
|
Number of commits found: 36 |