Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.3.27,2 13 Aug 2024 09:40:48 |
Piotr Kubaj (pkubaj) |
math/openblas: -lm is after all necessary
I'm not sure why it previously built for me, but now it doesn't anymore. |
0.3.27,2 16 Jul 2024 01:05:05 |
Piotr Kubaj (pkubaj) |
math/openblas: -lm doesn't seem to be necessary on powerpc64le anymore |
0.3.27,2 23 Jun 2024 09:25:37 |
Piotr Kubaj (pkubaj) |
math/openblas: fix build on powerpc64*
gemv.c:229:31: error: 'GEMM_MULTITHREAD_THRESHOLD' undeclared (first use in this
function)
229 | if ( 1L * m * n < 115200L * GEMM_MULTITHREAD_THRESHOLD ) |
0.3.27,2 21 Jun 2024 17:49:23 |
Thierry Thomas (thierry) Author: Artyom Davidov |
math/openblas: update to 0.3.27
Changelog at <https://github.com/OpenMathLib/OpenBLAS/releases/tag/v0.3.27>.
PR: 276789
Reported by: Artyom Davidov
Approved by: Eijiro Shibusawa (maintainer)
Exp-run by: antoine@ |
0.3.25,2 16 Jan 2024 14:35:23 |
Piotr Kubaj (pkubaj) |
math/openblas: fix build on powerpc64le
/usr/local/bin/ld: ../libopenblasp-r0.3.25.a(dnrm2_k_POWER8.o): undefined
reference to symbol 'sqrt@@FBSD_1.0' |
0.3.25,2 25 Dec 2023 16:11:03 |
Po-Chuan Hsieh (sunpoet) |
math/openblas: Fix PLIST when INTERFACE64 option is enabled
from Makefile.install:
165 #Generating openblas.pc
166 ifeq ($(INTERFACE64),1)
167 SUFFIX64=64
168 endif
169
PKGFILE="$(DESTDIR)$(OPENBLAS_PKGCONFIG_DIR)/$(LIBSONAMEBASE)$(SUFFIX64).pc"
...
178 @cat openblas.pc.in >> "$(PKGFILE)"
PR: 275802
Submitted by: Sergey V. Koupreyenko <sergey.koupreyenko@gmail.com>
Approved by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer) |
0.3.25,2 12 Dec 2023 19:03:50 |
Thierry Thomas (thierry) Author: Eijiro Shibusawa |
math/openblas: upgrade to 0.3.25
Releases notes at <https://github.com/OpenMathLib/OpenBLAS/releases>.
PR: 273219
Exp-run by: antoine@ |
0.3.20,2 11 Oct 2023 12:58:52 |
Po-Chuan Hsieh (sunpoet) |
math/openblas: Fix WWW and GH_ACCOUNT
- Re-apply b159e5d830372870a93bd434cabcf95096b0b92f
Approved by: portmgr (blanket) |
0.3.20,2 10 Oct 2023 17:18:06 |
Robert Clausecker (fuz) |
math/openblas: Revert "update to 0.3.24"
On some amd64 CPUs, this change broke py-scipy during configure,
and octave at runtime. In the end, octave kills the package
builders.
This reverts commit c45681ef5049357ef58d738865b821186b02578f.
Approved by: portmgr (antoine)
PR: 273219
MFH: 2023Q4 |
0.3.24,1 10 Oct 2023 17:17:25 |
Robert Clausecker (fuz) |
math/openblas: Revert "Fix WWW and GH_ACCOUNT"
This reverts commit b159e5d830372870a93bd434cabcf95096b0b92f in
preparation of a revert of c45681ef5049357ef58d738865b821186b02578f.
Approved by: portmgr (antoine) |
0.3.24,1 08 Oct 2023 11:56:42 |
Po-Chuan Hsieh (sunpoet) |
math/openblas: Fix WWW and GH_ACCOUNT
Approved by: portmgr (blanket) |
0.3.24,1 04 Oct 2023 19:59:58 |
Robert Clausecker (fuz) Author: Eijiro Shibusawa |
math/openblas: update to 0.3.24
Changelog: https://github.com/OpenMathLib/OpenBLAS/releases/tag/v0.3.24
PR: 273219 |
0.3.20_1,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) |
0.3.20,1 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 ) |
0.3.20,1 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
0.3.20,1 27 Mar 2022 06:53:50 |
Yasuhiro Kimura (yasu) |
math/openblas: Update to 0.3.20
It fixes CPU detection error with Intel Alder Lake.
ChangeLog: https://github.com/xianyi/OpenBLAS/blob/v0.3.20/Changelog.txt
PR: 262838
Approved by: maintainer |
0.3.18,1 21 Dec 2021 12:30:02 |
Bernhard Froehlich (decke) |
math/openblas: Add CPE information
Approved by: portmgr (blanket) |
0.3.18,1 12 Oct 2021 16:50:58 |
Neel Chauhan (nc) Author: Oleg Sidorkin |
math/openblas: update to 0.3.18
PR: 259038
Approved by: phd_kimberlite AT yahoo DOT co DOT jp (maintainer) |
0.3.16,1 14 Jul 2021 00:19:05 |
Piotr Kubaj (pkubaj) |
math/openblas: fix build on amd64
Same issue as in https://github.com/xianyi/OpenBLAS/issues/3309.
While it builds on i386 and powerpc64, for some reason it fails on amd64. |
0.3.16,1 13 Jul 2021 09:26:52 |
Piotr Kubaj (pkubaj) |
math/openblas: update to 0.3.16
Changelog: https://github.com/xianyi/OpenBLAS/releases/tag/v0.3.16
PR: 257136
Approved by: phd_kimberlite@yahoo.co.jp (maintainer) |
0.3.15,1 13 Jun 2021 17:48:12 |
Thierry Thomas (thierry) |
math/lapack: +math/blas et al., upgrade to 3.9.1
- Upgrade math/blas, math/cblas, math/lapack, math/lapacke and math/xlapack
to 3.9.1;
Latest release notes at <http://www.netlib.org/lapack/lapack-3.9.1.html>
- Chase this upgrade in biology/treekin;
- Add a test target;
- Remove a conflict with math/openblas (PR 244296);
- Fix the build with Gcc10 (PR 247485).
PR: 247542
Approved by: expr-run by antoine@ |
0.3.15,1 03 Jun 2021 16:51:32 |
Mikael Urankar (mikael) |
math/openblas: Fix build on armv6/v7
OpenMP is not available on these arches:
In file included from ../common.h:847:
../common_thread.h:43:10: fatal error: 'omp.h' file not found
Approved by: portmgr (build fix blanket) |
0.3.15,1 27 May 2021 15:06:54 |
Mikael Urankar (mikael) |
math/openblas: Fix build on aarch64
Yet another upstream patch to fix the previous broken patch.
PR: 255908
Approved by: portmgr (build fix blanket) |
0.3.15,1 18 May 2021 16:36:12 |
Mikael Urankar (mikael) |
math/openblas: Fix build on aarch64
Import upstream patch.
Approved by: portmgr (build fix blanket) |
0.3.15,1 06 May 2021 15:51:03 |
Neel Chauhan (nc) Author: Eijiro Shibusawa |
math/openblas: Update to 0.3.15
Changes: https://github.com/xianyi/OpenBLAS/blob/develop/Changelog.txt
PR: 255661 |
0.3.13_1,1 17 Apr 2021 13:50:00 |
Alexey Dokuchaev (danfe) |
Replace ${ECHO} with ${ECHO_CMD}, ECHO builtin is cleared with ``make -s''
PR: 253684 |
0.3.13_1,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.3.13_1,1 22 Mar 2021 16:00:59 |
arrowd |
math/openblas: Allow building in poudriere with DYNAMIC_ARCH=off.
The removed check was simply a safety belt. Improve option's description to
underline that turning it off semantically equals to building with march=native.
PR: 245926
Approved by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer) |
0.3.13_1,1 17 Mar 2021 17:26:02 |
pkubaj |
math/openblas: exclude OPENMP on powerpc64le
Like on other powerpc* platforms, OpenMP is mandatory and openblas can't be
compiled without it. |
0.3.13_1,1 15 Mar 2021 16:55:26 |
thierry |
Do not force GCC when OPENMP is selected.
PR: 254284
Submitted by: /me
Approved by: phd_kimberlite (maintainer) |
0.3.13,1 21 Feb 2021 22:58:51 |
pizzamig |
math/openblas: Update to 0.3.13
Changes: https://github.com/xianyi/OpenBLAS/blob/develop/Changelog.txt
PR: 251885
Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> |
0.3.12,1 01 Jan 2021 21:21:27 |
pkubaj |
math/openblas: fix build on powerpc64le
Commit forgotten patch. |
0.3.12,1 01 Jan 2021 15:01:29 |
pkubaj |
math/openblas: fix build on powerpc64le
Use GCC to build, like on powerpc64.
Since LE supports DYNAMIC_ARCH, add it.
Correct check for 64-bit architectures.
Approved by: tier 2 blanket |
0.3.12,1 24 Nov 2020 00:56:51 |
pkubaj |
math/openblas: update to 0.3.12
Remove one patch that was committed to upstream.
PR: 251338
Approved by: phd_kimberlite@yahoo.co.jp (maintainer) |
0.3.10,1 06 Sep 2020 18:28:35 |
pkubaj |
math/openblas: add missing library to pkg-plist
lib/libopenblas.so.0 was forgotten in my previous commit. |
0.3.10,1 06 Sep 2020 17:52:25 |
pkubaj |
math/openblas: update to 0.3.10, add POWER8 option
Changelog:
common:
Improved thread locking behaviour in blas_server and parallel getrf
Imported bugfix 394 from LAPACK (spurious reference to "XERBL"
due to overlong lines)
Imported bugfix 403 from LAPACK (compile option "recursive" required
for correctness with Intel and PGI)
Imported bugfix 408 from LAPACK (wrong scaling in ZHEEQUB)
Imported bugfix 411 from LAPACK (infinite loop in LARGV/LARTG/LARTGP)
Fixed mismatches between BUFFERSIZE and GEMM_UNROLL parameters that
could lead to crashes at large matrix sizes (Only the first 15 lines of the commit message are shown above ) |
0.3.9_2,1 04 Jun 2020 14:29:04 |
pkubaj |
math/openblas: disable OPENMP for powerpc
Same as on powerpc64, USE_THREAD=1 enables OpenMP, so OpenMP will be always
enabled. |
0.3.9_2,1 04 Jun 2020 11:37:24 |
pkubaj |
math/openblas: fix build on powerpc
Merge upstream commit to fix build on powerpc.
Use GCC from ports to build it.
Since this is mostly about G3 and G4 machines that users have and OpenBLAS
supports only G4 of those, target G4.
Due to some (still unknown) regression on head, this builds on 12.1, but fails
tests on head. |
0.3.9_2,1 07 May 2020 00:29:48 |
yuri |
math/openblas: Fix a regression in 0.3.9 by backporting the pull request
The upstream agrees that this is a bug but they wouldn't make a release to fix
it
https://github.com/xianyi/OpenBLAS/issues/2600
Approved by: portmgr (unbreak) |
0.3.9_1,1 06 May 2020 21:02:24 |
yuri |
math/openblas: Unbreak some users because some functions were broken with
OPENMP=OFF
Change the default to OPENMP=ON
For example, erkale (science/erkale) was breaking:
OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please
rebuild the library with USE_OPENMP=1 option.
Approved by: portmgr (unbreak) |
0.3.9,1 06 May 2020 08:41:37 |
yuri |
math/openblas: Update 0.3.7 -> 0.3.9
Includes the patch from 244637.
PR: 246095 244637
Submitted by: phd_kimberlite@yahoo.co.jp (maintainer), |
0.3.7_3,1 04 Apr 2020 09:03:32 |
thierry |
Set a SONAME in libopenblas.so.
PR: 245320
Submitted by: /me
Approved by: phd_kimberlite (maintainer) |
0.3.7_2,1 04 Feb 2020 18:27:37 |
pkubaj |
math/openblas: actually add libopenblas library to the package on powerpc64 head
On powerpc64 head, libopenblas_ppc970p-r0.3.7.* weren't added to the package,
even though the package itself built succesfully. This problem doesn't exist on
12.
Lack of libopenblas_ppc970p-r0.3.7.* made many packages fail.
Add DYNAMIC_ARCH option everywhere since it will cause the post-install target
dependent on this option to run and include libopenblas_ppc970p-r0.3.7.* in the
package.
This is only to get the necessary libs in the package, the option only works on
ppc64le, which we don't support.
Bump PORTREVISION because of package change. |
0.3.7_1,1 31 Jan 2020 14:57:32 |
swills |
math/openblas: fix plist with DYNAMIC_ARCH off
This is further fallout from r523749 and r524642
While here, fix order of PORTREVISION. There is no PORTREVISION bump
because this a build fix.
PR: 231371
PR: 243739
Reported by: many |
0.3.7_1,1 30 Jan 2020 14:17:44 |
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 |
0.3.7,1 22 Jan 2020 12:28:50 |
pkubaj |
math/openblas: fix build on powerpc64 without POWER6
PPC970 build was broken and fixed in
https://github.com/xianyi/OpenBLAS/pull/2309
Approved by: portmgr (build fix) |
0.3.7,1 22 Jan 2020 09:21:48 |
pkubaj |
math/openblas: change option to optimize for POWER8 to POWER6
Optimizing for POWER8 is broken on big-endian. |
0.3.7,1 21 Jan 2020 22:03:19 |
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) |
0.2.20_11,1 31 Oct 2019 13:21:45 |
arrowd |
math/openblas: Fix build with DYNAMIC_ARCH=OFF.
PR: 238228
Submitted by: Artyom Davidov <ard_1@mail.ru> |
0.2.20_11,1 29 Oct 2019 12:30:15 |
arrowd |
math/openblas: Use ${MV} instead of ${CP}.
Reported by: mat |
0.2.20_11,1 29 Oct 2019 10:25:43 |
arrowd |
math/openblas: Install header files.
PR: 238228
Reviewed by: Artyom Davidov <ard_1@mail.ru>
Approved by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer)
Differential Revision: https://reviews.freebsd.org/D20866 |
0.2.20_10,1 09 Sep 2019 18:01:31 |
pkubaj |
math/openblas: fix build on powerpc64 with clang, remove OPENMP option on
powerpc64
On powerpc64 OpenMP is always used when USE_THREADS is defined (which we do
unconditionally). This means that OPENMP option on powerpc64 doesn't have any
effect and it should be removed.
Clang also has some problems when linking Fortran libraries with OpenMP, so use
GCC for powerpc64.
PR: 240379
Approved by: phd_kimberlite@yahoo.co.jp (maintainer), linimon (mentor) |
0.2.20_10,1 30 Jul 2019 12:11:22 |
pkubaj |
math/openblas: fix build on powerpc64 with TARGET=PPC970 and switch to PPC970
This patch fixes build for PPC970 target. Since most people that run FreeBSD on
powerpc64 use PowerPC 970 CPU's, switch to it by default and add non-default
option to optimize for POWER6 (optimizing for newer POWER doesn't work on BE).
Bump PORTREVISION because of package change.
PR: 238868
Approved by: phd_kimberlite@yahoo.co.jp (maintainer), linimon (mentor)
Differential Revision: https://reviews.freebsd.org/D21010 |
0.2.20_9,1 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 |
0.2.20_8,1 27 Jun 2019 17:18:17 |
pkubaj |
math/openblas: fix build on powerpc64
This port needs a patch (modified for kernel/power/*.S which differ) from
https://github.com/xianyi/OpenBLAS/pull/2169 to build on powerpc64.
Since optimizing for PPC970 ends with an error, optimize for POWER6 on
powerpc64.
PR: 238825
Approved by: phd_kimberlite@yahoo.co.jp (maintainer), mat (mentor)
Differential Revision: https://reviews.freebsd.org/D20777 |
0.2.20_8,1 22 Apr 2019 13:16:34 |
gerald |
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl |
0.2.20_7,1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
0.2.20_6,1 26 Nov 2018 17:28:02 |
yuri |
math/openblas: Use options FCOMMON_OPT=-frecursive MAKE_NB_JOBS=-1 for
non-openmp too
Previously I added these options only to the openmp build which isn't a default.
This change is requested by the upstream.
Ref. https://github.com/xianyi/OpenBLAS/issues/1882
Approved by: portmgr (unbreak) |
0.2.20_5,1 25 Nov 2018 23:44:30 |
yuri |
math/openblas: Unbreak crashes in gfortran-emitted code due to thread safety
issues
This patch is recommended by the upstream:
https://github.com/xianyi/OpenBLAS/issues/1882#issuecomment-441472233
Approved by: portmgr (unbreak) |
0.2.20_4,1 23 Nov 2018 06:13:51 |
yuri |
math/openblas: Increase the limit for the number of threads to unbreak other
ports
NUM_THREADS= sets the build-time limit on the number of threads that apps can
use with OpenBlas.
This unbreaks at least science/erkale's tests, and possibly some other software.
The upstream acknowledges the problem, recommended this solution for the port,
and are working on the permanent solution:
https://github.com/xianyi/OpenBLAS/issues/1882
Approved by: portmgr blanket (unbreak) |
0.2.20_3,1 17 Nov 2018 03:14:22 |
pi |
math/openblas: fix compile on newer Ryzen 2
- Added model IDs for Ryzen 2nd generation
PR: 231538
Submitted by: Philip Homburg <pch-freebsd-bugs@u-1.phicoh.com>
Reviewed by: rozhuk.im@gmail.com, jonc@chen.org.nz
Approved by: phd_kimberlite@yahoo.co.jp (maintainer) |
0.2.20_3,1 10 Sep 2018 02:06:13 |
linimon |
Mark various ports broken on powerpc64.
Approved by: portmgr (tier-2 blanket) |
0.2.20_3,1 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
0.2.20_2,1 29 Mar 2018 04:04:22 |
linimon |
Patch to fix build on armvX.
Tested for no-harm on amd64.
PR: 225693
Submitted by: mikael.urankar
Approved by: maintainer timeout (> 2 weeks) |
0.2.20_2,1 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
0.2.20_1,1 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
0.2.20,1 25 Aug 2017 19:58:51 |
truckman |
Upgrade OpenBLAS to 0.2.20:
* Fixed several thread race and locking bugs
* Fixed default LAPACK optimization level
* Updated LAPACK to 3.7.0
* Power
- Optimizations for Power9
- Fixed several Power8 assembly bugs
* ARM
- New optimized Vulcan and ThunderX2T99 targets
- Support for ARMV7 SOFT_FP ABI (make ARM_SOFTFP_ABI=1) (Only the first 15 lines of the commit message are shown above ) |
0.2.19_1,1 03 Aug 2017 17:22:18 |
amdmi3 |
- Add test target
- While here, switch to options helpers
PR: 220425
Submitted by: yuri@rawbw.com
Approved by: maintainer timeout (phd_kimberlite@yahoo.co.jp, 1 month) |
0.2.19_1,1 30 Jun 2017 04:28:08 |
jbeich |
math/openblas: unblock on Tier2 architectures
- Limit DYNAMIC_ARCH to i386 and amd64
- Fix build on aarch64 [1]
PR: 218547
Submitted by: andrew [1]
Approved by: portmgr blanket [1], phd_kimberlite@yahoo.co.jp (maintainer) |
0.2.19_1,1 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
0.2.19,1 25 Feb 2017 18:19:51 |
jrm |
math/openblas: Fix build on 12-CURRENT armv6.
The build still fails on 11 armv6, however MFC of r313873 will hopefully
fix the build there as well.
While here also add LICENSE_FILE and fix portlint warnings.
PR: 217279
Submitted by: mikael.urankar@gmail.com
Approved by: phd_kimberlite@yahoo.co.jp (maintainer), swills (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D9801 |
0.2.19,1 02 Jan 2017 09:06:09 |
antoine |
Fix DISTFILES to not create duplicate lines in distinfo |
0.2.19,1 02 Jan 2017 08:06:12 |
antoine |
Remove duplicate lines from distinfo |
0.2.19,1 02 Jan 2017 03:56:15 |
cy |
Update 0.2.18 --> 0.2.19
PR: 215699
Submitted by: cy
Approved by: maintainer (phd_kimberlite@yahoo.co.jp) |
0.2.18_3,1 07 Dec 2016 13:24:57 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.
The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.
PR: 214965
Reported by: thierry |
0.2.18_2,1 20 Nov 2016 09:38:09 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
0.2.18_1,1 22 Sep 2016 15:15:21 |
bapt |
Even if upstream thinks clang does not support openmp we will soon know how to
make it works :) |
0.2.18_1,1 09 Jun 2016 02:14:50 |
cy |
Fix SEGFAULT during build on AMD Barcelona CPUs. This patch is
based on discussion at https://github.com/xianyi/OpenBLAS/issues/786.
PR: 209412 |
0.2.18,1 02 May 2016 05:28:03 |
pi |
math/openblas: fix poudriere builds: setting DYNAMIC_ARCH when BULK is defined
PR: 209190
Submitted by: Joseph Mingrone <jrm@ftfl.ca>
Approved by: <phd_kimberlite@yahoo.co.jp> (maintainer) |
0.2.18,1 24 Apr 2016 08:09:27 |
flo |
Update to 0.2.18
PR: 208790
Submitted by: phd_kimberlite@yahoo.co.jp (maintainer), dieterich@ogolem.org
Sponsored by: Essen Linuxhotel Hackathon 2016 |
0.2.15_1,1 04 Apr 2016 20:46:22 |
bapt |
Create a proper library with a SONAME
PR: 208472
Submitted by: phd_kimberlite@yahoo.co.jp (maintainer)
MFH: 2016Q2 |
0.2.15,1 18 Feb 2016 16:35:48 |
rakuco |
Update to 0.2.15.
0.2.15 was released in October 2015.
Release notes: http://www.openblas.net/Changelog.txt
This update introduces support for new CPU architectures, such as Intel's
Broadwell and Skylake. In practice, this means people using those architectures
can actually build the port now (OpenBLAS seems to do some CPU-detection that
cannot be easily turned off and refusing to build on unrecognized CPUs).
Port changes:
- Reorganize a few variables in Makefile.
- Refresh patches.
PR: 206886
Submitted by: Adriaan de Groot <groot@kde.org> (first version),
Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer)
MFH: 2016Q1 |
0.2.14,1 28 Apr 2015 18:44:05 |
bdrewery |
USE_GITHUB: For the new support, fix DISTNAME to be more consistent.
When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in
it. When not using GH_TAGNAME it would not have this. Now both cases
will add in the GH_PROJECT and GH_ACCOUNT.
Add special care to ensure that the DISTVERSION is not added in twice. If
a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For
that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used.
empty() is used rather than (!defined || !${}) to support fmake.
The purpose of setting DISTNAME at all in these cases is to make it more clear
that the distfile is from *GITHUB* and to avoid collisions if a project were
to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there
are real risks that collisions on filenames would happen on renamed or moved
projects, which is fairly common. A GITHUB-generated file may not match
a custom-rolled or git-archive-rolled distfile.
PR: 199069
With hat: portmgr
Testing done: All USE_GITHUB ports without GH_COMMIT were
checksum/fetch/extract/WRKSRC tested. |
0.2.14,1 26 Apr 2015 12:01:24 |
mat |
Get rid of the GH_TAGNAME line, OpenBlas already has tags in its repository we
can use.
Sponsored by: Absolight |
0.2.14,1 26 Apr 2015 11:56:35 |
mat |
Stop using the Github Legacy download URL, switch to really using USE_GITHUB.
Approved by: portmgr blanket for modernization.
Sponsored by: Absolight |
0.2.14,1 26 Apr 2015 09:41:31 |
demon |
Update to version 0.2.14
PR: 199124
Submitted by: dieterich.joh@gmail.com
Reviewed by: maintainer
Also remove deprecated GH_COMMIT. |
0.2.13,1 07 Apr 2015 19:11:01 |
demon |
Rollback rev. 383155: it was not reviewer by maintainer and new version
fails to build with option OPENMP enabled. |
0.2.14 03 Apr 2015 17:25:05 |
robak |
math/openblas: update 0.2.13 -> 0.2.14
PR: 199124
Submitted by: Johannes Dieterich <dieterich.joh@gmail.com> |
0.2.13_1 07 Mar 2015 11:31:11 |
demon |
Add AVX2 option;
Require openmp-compliant compiler if OPENMP option is selected.
Submitted by: maintainer |
0.2.13_1 23 Feb 2015 00:05:40 |
gerald |
Replace using _GCC_VER which is essentially internal to Mk/bsd.gcc.mk
(and replaced usage of _GCC_RUNTIME) by LDFLAGS which is a cleaner and
more robust approach.
PR: 197385
Submitted by: phd_kimberlite@yahoo.co.jp (maintainer) |
0.2.13_1 21 Feb 2015 13:40:20 |
riggs |
Add support for clang
PR: 197385
Submitted by: phd_kimberlite@yahoo.co.jp (maintainer) |
0.2.13 01 Feb 2015 15:35:15 |
thierry |
Minor update to 0.2.13, some select important updates from
http://www.openblas.net/Changelog.txt:
* Fix Fortran compiler detection on FreeBSD.
(#470, Thanks Mike Nolta)
* Fix a bug of sgemm kernel on Intel Sandy Bridge.
* Added CBLAS interface for ?omatcopy and ?imatcopy.
* Improved axpy and symv performance on AMD Bulldozer.
* Improved gemv performance on modern Intel and AMD CPUs.
PR: ports/197231
Submitted by: dieterich.joh (at) gmail.com
Approved by: phd_kimberlite (at) yahoo.co.jp (maintainer) |
0.2.11 21 Sep 2014 15:36:57 |
pawel |
Update to version 0.2.11
PR: ports/193309
Submitted by: maintainer |
0.2.9_1 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
0.2.9 29 Jul 2014 20:55:28 |
adamw |
Repair instances, almost all courtesy of bf ;-), of spaces
and/or tabs before the =. This made doing regular expressions
on the ports tree really difficult.
Approved by: portmgr (not really, but touches unstaged ports) |
0.2.9 17 Jul 2014 19:12:45 |
pi |
math/openblas: 0.2.8 -> 0.2.9
- LICENSE to BSD3CLAUSE
- stripped the libs
- For changes see
https://github.com/xianyi/OpenBLAS/blob/develop/Changelog.txt
PR: 191925
Submitted by: phd_kimberlite@yahoo.co.jp (maintainer) |
0.2.8_3 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
0.2.8_3 02 Jun 2014 18:40:05 |
cs |
Support staging
PR: ports/190442
Submitted by: phd_kimberlite@yahoo.co.jp (maintainer) |
0.2.8_2 10 Mar 2014 20:55:22 |
gerald |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |