diff options
author | Steve Wills <swills@FreeBSD.org> | 2020-01-30 22:17:44 +0800 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2020-01-30 22:17:44 +0800 |
commit | fb44dca45d6339f4db377f788e4cc5e2bc263609 (patch) | |
tree | ba22d2b118e359466f52b8da4aef55f2b8d470fb /science/mbdyn | |
parent | c272497917e602ddcd651a70cbe2520e894afb36 (diff) | |
download | freebsd-ports-gnome-fb44dca45d6339f4db377f788e4cc5e2bc263609.tar.gz freebsd-ports-gnome-fb44dca45d6339f4db377f788e4cc5e2bc263609.tar.zst freebsd-ports-gnome-fb44dca45d6339f4db377f788e4cc5e2bc263609.zip |
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
Diffstat (limited to 'science/mbdyn')
-rw-r--r-- | science/mbdyn/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/mbdyn/Makefile b/science/mbdyn/Makefile index 3646df4a162f..6dcfe0dd5383 100644 --- a/science/mbdyn/Makefile +++ b/science/mbdyn/Makefile @@ -3,6 +3,7 @@ PORTNAME= mbdyn PORTVERSION= 1.7.3 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= https://www.mbdyn.org/userfiles/downloads/ |