Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.0_2 10 Dec 2023 10:23:11 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade of MPICH to 4.1.2 |
2.0.0_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
2.0.0 07 Sep 2022 21:10:59 |
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.
(Only the first 15 lines of the commit message are shown above ) |
2.0.0 15 Jul 2022 20:42:42 |
Yuri Victorovich (yuri) |
math/combblas: Fix some tests
... by downloading missing test data. |
2.0.0 15 Jul 2022 18:11:00 |
Yuri Victorovich (yuri) |
math/combblas: Add comment |
2.0.0 15 Jul 2022 17:42:15 |
Yuri Victorovich (yuri) |
math/combblas: Update 1.6.2 -> 2.0.0 |
1.6.2_5 07 Nov 2021 12:14:51 |
Piotr Kubaj (pkubaj) |
math/combblas: remove i386 from ONLY_FOR_ARCHS
Depends on net/mpich, which depends on sysutils/slurm-wlm, which is not
available on 32-bit architectures. |
1.6.2_5 06 Oct 2021 20:52:36 |
Piotr Kubaj (pkubaj) |
math/combblas: enable on powerpc64* |
1.6.2_5 26 Sep 2021 16:01:58 |
Mikael Urankar (mikael) |
math/combblas: Mark as only for x86 arch.
It uses x86 asm. |
1.6.2_5 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.6.2_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6.2_5 01 May 2020 16:53:40 |
pkubaj |
math/combblas: fix build on GCC architectures
GCC doesn't have libomp.
PR: 246090
Approved by: yuri (maintainer)
MFH: 2020Q2 (fix build blanket) |
1.6.2_5 08 Mar 2020 21:56:37 |
jbeich |
Drop dependency on devel/openmp
- Drop if devel/llvm* was used as a substitute
Approved by: yuri, rene (earlier version)
Differential Revision: https://reviews.freebsd.org/D23020 |
1.6.2_4 21 Sep 2019 18:59:57 |
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/ |
1.6.2_3 26 Jul 2019 20:46:57 |
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 |
1.6.2_2 08 May 2019 16:05:53 |
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 |
1.6.2_1 25 Dec 2018 20:25:40 |
tcberner |
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 |
1.6.2_1 16 Dec 2018 09:01:08 |
yuri |
math/combblas: Add compiler:c++14-lang |
1.6.2_1 16 Dec 2018 08:32:24 |
yuri |
math/combblas: Fix the OpenMP dependency
Remove 'find_package(OpenMP)' and llvm/clang70 because
'find_package(OpenMP)' is now broken with clang70 too.
Fix the problem by patching out 'find_package(OpenMP)'.
See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234050 |
1.6.2 16 Dec 2018 07:34:05 |
yuri |
New port: math/combblas: Combinatorial BLAS library: an extensible parallel
graph library |