aboutsummaryrefslogtreecommitdiff
path: root/science/PETSc
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Rescue PETSc by upgrading to 3.14.1, and thus switch to Python 3.x.Thierry Thomas2020-12-163-16/+92
| | | | | | | | | | | | | Changelogs avilable at <https://www.mcs.anl.gov/petsc/documentation/changes/index.html>. PR: 249757 Submitted by: /me Reported by: swills@ Approved by: maintainer´s time-out Notes: svn path=/head/; revision=558228
* Fix math/openblas and bump dependent portsSteve Wills2020-01-301-1/+1
| | | | | | | | | | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=524642
* Add USES=xorg USES=gl, ports categories sNiclas Zeising2019-11-071-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 's' While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516988
* science/PETSc: unbreak on ARM platformsPiotr Kubaj2019-09-151-4/+0
| | | | | | | | | Now builds on ARM. Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=512096
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* science/PETSc: fix typoPiotr Kubaj2019-07-011-1/+1
| | | | | | | s/CONFIGURE_ARG_/CONFIGURE_ARGS_/ Notes: svn path=/head/; revision=505634
* science/PETSc: fix build with non-x86Piotr Kubaj2019-07-011-2/+3
| | | | | | | | | | | | | Only i386 and amd64 have SSE, don't use it on other platforms. It probably also builds on ARM platforms with this patch, but someone would have to test it. PR: 238631 Approved by: yuri (maintainer timeout), mat (mentor) Differential Revision: https://reviews.freebsd.org/D20821 Notes: svn path=/head/; revision=505632
* Related to revision 499061 bump ports with USES=fortran to have themGerald Pfeifer2019-04-221-1/+1
| | | | | | | | | | benefit from the improved situation where libgcc_s is only used when absolutely necessary. Suggested by: tijl Notes: svn path=/head/; revision=499638
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=487272
* science/PETSc: Update 3.10.1 -> 3.10.2Yuri Victorovich2018-10-202-4/+4
| | | | | | | Reported by: repology Notes: svn path=/head/; revision=482581
* science/PETSc: Update 3.9.4->3.10.1; math/py-petsc4py: Update 3.9.1->3.10.0; ↵Yuri Victorovich2018-10-023-6/+24
| | | | | | | | | | 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. Notes: svn path=/head/; revision=481139
* Change 10 ports from net/mpich2 to net/mpichYuri Victorovich2018-09-221-1/+4
| | | | | | | | | | 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 Notes: svn path=/head/; revision=480424
* science/PETSc: Update 3.9.3 -> 3.9.4Yuri Victorovich2018-09-122-5/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=479584
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-0/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=475857
* science/PETSc: Update 3.9.2 -> 3.9.3Yuri Victorovich2018-07-043-5/+5
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=473919
* Mark as broken on various tier-2 archs.Mark Linimon2018-06-081-0/+5
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=471967
* science/PETSc: Update 3.9.1 -> 3.9.2Yuri Victorovich2018-05-222-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=470627
* science/PETSc: Update 3.8.4 -> 3.9.1Yuri Victorovich2018-05-214-45/+92
| | | | | | | | | | Port changes: * Update SHEBANG_FILES * Add TEST_TARGET * Install custom configuration files that weer previously deleted (needed for depending projects) Notes: svn path=/head/; revision=470530
* science/PETSc: Update 3.8.3 -> 3.8.4Yuri Victorovich2018-03-262-5/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=465576
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-0/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* PETSc doesn't work with python3Antoine Brodin2018-02-141-1/+1
| | | | Notes: svn path=/head/; revision=461773
* e-added port: science/PETSc: Suite of data structures and routines from ↵Yuri Victorovich2017-12-215-0/+310
| | | | | | | | | | | | | | | | Argonne National Laboratory (existed 2004/11/21-2014/09/01, deleted in r366959) Replacing the identical version committed by me as a new port in r456696. The old math/petsc port also had a slave port math/petsc-mpich that has also been deleted. Original differential revision is https://reviews.freebsd.org/D13527 Submitted by: myself Reported by: thierry that math/petsc and math/petsc-mpich existed before Approved by: adamw (mentor) Notes: svn path=/head/; revision=456877
* Deleting science/PETSc: The previously-deleted port math/petsc exists. It ↵Yuri Victorovich2017-12-215-310/+0
| | | | | | | will be resurrected and this version will be committed with it. Notes: svn path=/head/; revision=456876
* New port: science/PETSc: Suite of data structures and routines from Argonne ↵Yuri Victorovich2017-12-195-0/+310
National Laboratory Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D13527 Notes: svn path=/head/; revision=456696