non port: math/hmat-oss/Makefile |
Number of commits found: 26 |
Sunday, 14 Jul 2024
|
22:29 Yuri Victorovich (yuri)
math/hmat-oss: update 1.9.0 → 1.10.0
Reported by: portscout
8bafccb |
Friday, 21 Jun 2024
|
17:49 Thierry Thomas (thierry)
*/*: bump PORTREVISION after the upgrade to OpenBLAS
e2cd113 |
Monday, 1 Jan 2024
|
11:49 Thierry Thomas (thierry)
*/*: chase the upgrade of BLAS / LAPACK to 3.12.0
PR: 275860
f2489ab |
Tuesday, 12 Dec 2023
|
19:03 Thierry Thomas (thierry)
*/*: bump PORTREVISION after the upgrade of OpenBLAS
PR: 273219
ab17137 |
Wednesday, 8 Nov 2023
|
08:50 Yuri Victorovich (yuri)
math/hmat-oss: update 1.8.1 → 1.9.0
Reported by: portscout
893ea51 |
Sunday, 23 Apr 2023
|
09:09 Gerald Pfeifer (gerald)
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
8d3e020 |
Sunday, 12 Mar 2023
|
09:02 Yuri Victorovich (yuri)
math/hmat-oss: Update 1.7.1 → 1.8.1
Reported by: portscout
25bf2e0 |
Wednesday, 7 Sep 2022
|
21:10 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.
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)
b7f0544 |
Sunday, 3 Oct 2021
|
17:47 Fernando Apesteguía (fernape)
*/*: Remove compiler:openmp from Mk/Uses/compiler.mk
The option implied a dependency on gcc but clang got openmp support long ago.
Remove compiler:openmp from Mk/Uses/compiler.mk
For ports using USE=compiler:openmp, just remove it and make them build with
clang.
Fix conditionals when necessary
Bump PORTREVISION where appropriate
If problem arises, they can be addressed by using USE_GCC=yes
An update to the Porter's Handbook will follow.
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D31971
07fb2d5 |
Wednesday, 23 Jun 2021
|
17:59 Yuri Victorovich (yuri)
math/hmat-oss: Update 1.7.0 -> 1.7.1
387d0ae |
Monday, 7 Jun 2021
|
10:05 Yuri Victorovich (yuri)
math/hmat-oss: Update 1.6.1 -> 1.7.0
Reported by: portscout
cf292f1 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Wednesday, 6 May 2020
|
16:11 yuri
Bump 46 ports depending on math/openblas because the after the recent
math/openblas update the library name changed in openblas.
|
Tuesday, 21 Apr 2020
|
05:13 yuri
math/hmat-oss: Update 1.5.0-348 -> 1.6.1
Reported by: portscout
|
Monday, 10 Feb 2020
|
13:23 pkubaj
math/hmat-oss: fix build on GCC architectures
After OpenBLAS update, new GCC is required:
CMake Error at
/usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:146
(message):
Could NOT find CBLAS (missing: CBLAS_LIBRARIES)
|
Thursday, 30 Jan 2020
|
14:17 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
|
Wednesday, 22 Jan 2020
|
16:58 jbeich
math/hmat-oss: disable BLAS multi-threading after r523749
Previously, openblas_set_num_threads wasn't available but libopenblas.so
was single-threaded.
PR: 231371
|
Tuesday, 21 Jan 2020
|
22:03 swills
math/openblas: Update to 0.3.7
While here, improve formatting and fix build of dependant ports.
PR: 231371
Submitted by: yuri (initial version), pkubaj (ppc fixes)
Approved by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer)
|
Monday, 28 Oct 2019
|
13:42 pkubaj
math/hmat-oss: fix build on GCC architectures
Don't unconditionally depend on libomp, this breaks compilation on GCC
architectures.
Instead, add USES=compiler:openmp.
Bump PORTREVISION because of dependency change.
PR: 241017
Approved by: linimon (mentor), yuri (maintainer timeout)
|
Saturday, 21 Sep 2019
|
18:59 jbeich
devel/openmp: update to 9.0.0
- Connect tests to the framework to help QA remaining patches
- Force rebuild all consumers after https://reviews.llvm.org/D59783
Changes: http://llvm.org/viewvc/llvm-project/openmp/tags/RELEASE_900/final/?view=log
ABI: https://abi-laboratory.pro/tracker/timeline/llvm_openmp/
|
Friday, 26 Jul 2019
|
20:46 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
|
Sunday, 2 Jun 2019
|
15:30 yuri
math/hmat-oss: Enable tests
|
Saturday, 1 Jun 2019
|
23:07 yuri
math/hmat-oss: Update 1.5.0-340 -> 1.5.0-348
|
Wednesday, 8 May 2019
|
16:05 jbeich
devel/openmp: phase out
- Expire after the last version without /usr/lib/libomp.so
- Drop SOVERSION for seamless transition (i.e., avoid conditionals)
PR: 236907
Approved by: bapt (maintainer)
Differential Revision: https://reviews.freebsd.org/D19767
|
Monday, 29 Apr 2019
|
19:07 yuri
New port: math/hmat-oss: Hierarchical matrix C/C++ library
|
Number of commits found: 26 |