Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145323742
D21995.id63184.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1017 B
Referenced Files
None
Subscribers
None
D21995.id63184.diff
View Options
Index: math/math77/Makefile
===================================================================
--- math/math77/Makefile
+++ math/math77/Makefile
@@ -14,7 +14,6 @@
LICENSE= BSD3CLAUSE
BROKEN_aarch64= fails to compile: error: unknown architecture native
-BROKEN_powerpc64= fails to compile: error: unrecognized command line option -march=native
USES= fortran gmake tar:tgz
WRKSRC= ${WRKDIR}/MATH77
Index: math/math77/files/patch-makefile
===================================================================
--- math/math77/files/patch-makefile
+++ math/math77/files/patch-makefile
@@ -5,7 +5,8 @@
# -ggdb to -O3 or -O2.
-FC = /usr/bin/gfortran
- std_flags=-march=native -fimplicit-none -fno-f2c -fno-backslash\
+-std_flags=-march=native -fimplicit-none -fno-f2c -fno-backslash\
++std_flags=-fimplicit-none -fno-f2c -fno-backslash\
-funroll-loops -ffpe-trap=zero,overflow,invalid -finit-real=NAN\
- -ftree-vectorize -floop-interchange -floop-strip-mine -floop-block -pipe
+ -ftree-vectorize -pipe
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Feb 19, 10:26 AM (20 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28875284
Default Alt Text
D21995.id63184.diff (1017 B)
Attached To
Mode
D21995: math/math77: don't set -march=native
Attached
Detach File
Event Timeline
Log In to Comment