aboutsummaryrefslogtreecommitdiff
path: root/math/scs
Commit message (Collapse)AuthorAgeFilesLines
* math/{,py-}scs: update 3.2.7 → 3.2.9Yuri Victorovich2025-10-133-5/+5
| | | | Reported by: portscout
* */*: bump PORTREVISION after OpenBLAS upgradeThierry Thomas2025-01-281-0/+1
| | | | | | | 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
* math/scs: update 3.2.6 → 3.2.7Yuri Victorovich2024-08-252-4/+4
| | | | Reported by: portscout
* math/scs: update 3.2.3 → 3.2.6Yuri Victorovich2024-07-072-5/+4
| | | | Reported by: portscout
* */*: bump PORTREVISION after the upgrade to OpenBLASThierry Thomas2024-06-211-1/+1
|
* */*: bump PORTREVISION after the upgrade of OpenBLASThierry Thomas2023-12-121-0/+1
| | | | PR: 273219
* math/scs: Update 3.2.0 → 3.2.3Yuri Victorovich2023-06-182-5/+4
| | | | Reported by: portscout
* *: Bump PORTREVISIONs for math/mpc update to 1.3.1Gerald Pfeifer2023-04-231-0/+1
|
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* math/{,py-}scs: Update 3.1.0 -> 3.2.0Yuri Victorovich2022-02-212-4/+4
| | | | Reported by: portscout
* math/{,py-}scs: Update 3.0.1 -> 3.1.0Yuri Victorovich2022-01-163-5/+6
|
* math/scs: Update 2.1.4 -> 3.0.0Yuri Victorovich2021-12-232-4/+4
| | | | Reported by: portscout
* math/scs: Update 2.1.3 -> 2.1.4Yuri Victorovich2021-09-092-4/+4
| | | | Reported by: portscout
* math/scs: Update 2.1.2 -> 2.1.3Yuri Victorovich2021-04-142-6/+14
| | | | Reported by: portscout
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* math/scs: Update 2.1.1 -> 2.1.2Yuri Victorovich2020-07-302-5/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=543802
* Bump 37 ports depending on math/openblas through USES=blaslapack:openblas ↵Yuri Victorovich2020-05-061-1/+1
| | | | | | | because after the recent math/openblas update the library name changed in openblas Notes: svn path=/head/; revision=534190
* 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
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+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
* math/scs: 2.0.2-50 -> 2.1.1Yuri Victorovich2019-07-133-7/+12
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=506505
* Related to revision 499061 bump ports with USES=fortran to have themGerald Pfeifer2019-04-221-0/+1
| | | | | | | | | | benefit from the improved situation where libgcc_s is only used when absolutely necessary. Suggested by: tijl Notes: svn path=/head/; revision=499638
* math/scs: Update 2.0.2-41 -> 2.0.2-50Yuri Victorovich2019-04-113-17/+14
| | | | Notes: svn path=/head/; revision=498645
* math/scs: Update 2.0.2-22 -> 2.0.2-41Yuri Victorovich2019-04-032-7/+6
| | | | Notes: svn path=/head/; revision=497774
* 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
* New port: math/scs: Solver of convex cone problems via operator splittingYuri Victorovich2018-11-183-0/+48
Notes: svn path=/head/; revision=485283