non port: math/hmat-oss/Makefile |
SVNWeb
|
Number of commits found: 21 |
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
|
Sun, 12 Mar 2023
|
[ 09:02 Yuri Victorovich (yuri) ] 25bf2e0
math/hmat-oss: Update 1.7.1 → 1.8.1
Reported by: portscout
|
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 )
|
Sun, 3 Oct 2021
|
[ 17:47 Fernando Apesteguía (fernape) ] 07fb2d5 (Only the first 10 of 14 ports in this commit are shown above. )
*/*: 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
|
Wed, 23 Jun 2021
|
[ 17:59 Yuri Victorovich (yuri) ] 387d0ae
math/hmat-oss: Update 1.7.0 -> 1.7.1
|
Mon, 7 Jun 2021
|
[ 10:05 Yuri Victorovich (yuri) ] cf292f1
math/hmat-oss: Update 1.6.1 -> 1.7.0
Reported by: portscout
|
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:11 yuri ] (Only the first 10 of 45 ports in this commit are shown above. )
Bump 46 ports depending on math/openblas because the after the recent
math/openblas update the library name changed in openblas.
|
Tue, 21 Apr 2020
|
[ 05:13 yuri ]
math/hmat-oss: Update 1.5.0-348 -> 1.6.1
Reported by: portscout
|
Mon, 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)
|
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, 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
|
Tue, 21 Jan 2020
|
[ 22:03 swills ] (Only the first 10 of 32 ports in this commit are shown above. )
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)
|
Mon, 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)
|
Sat, 21 Sep 2019
|
[ 18:59 jbeich ] (Only the first 10 of 58 ports in this commit are shown above. )
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/
|
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
|
Sun, 2 Jun 2019
|
[ 15:30 yuri ]
math/hmat-oss: Enable tests
|
Sat, 1 Jun 2019
|
[ 23:07 yuri ]
math/hmat-oss: Update 1.5.0-340 -> 1.5.0-348
|
Wed, 8 May 2019
|
[ 16:05 jbeich ] (Only the first 10 of 52 ports in this commit are shown above. )
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
|
Mon, 29 Apr 2019
|
[ 19:07 yuri ]
New port: math/hmat-oss: Hierarchical matrix C/C++ library
|
Number of commits found: 21 |