mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
The development iof ATLAS seems stalled, but some people still use it: upgrade it to the latest stable version, to support some more platforms. Changelog available from <https://sourceforge.net/projects/math-atlas/files/Stable/3.10.3/ChangeLog/download>. Next step: resurrect atlas-devel and upgrade it to the latest "unstable release", 3.11.41, dated 2018-10-05…
20 lines
779 B
Text
20 lines
779 B
Text
--- Make.top.orig 2016-07-28 19:42:59 UTC
|
|
+++ Make.top
|
|
@@ -3,7 +3,6 @@ error_report:
|
|
error_report:
|
|
- uname -a 2>&1 >> bin/INSTALL_LOG/ERROR.LOG
|
|
- $(KC) -v 2>&1 >> bin/INSTALL_LOG/ERROR.LOG
|
|
- - $(KC) -V 2>&1 >> bin/INSTALL_LOG/ERROR.LOG
|
|
- $(KC) --version 2>&1 >> bin/INSTALL_LOG/ERROR.LOG
|
|
$(TAR) cf error_$(ARCH).tar Make.inc bin/INSTALL_LOG/*
|
|
$(BZIP) error_$(ARCH).tar
|
|
@@ -15,7 +14,8 @@ time:
|
|
cd bin/ ; $(MAKE) xatlas_build
|
|
cd bin/ ; ./xatlas_build $(INSTFLAGS)
|
|
time:
|
|
- ./xatlbench -dc $(BLDdir)/bin/INSTALL_LOG -dp $(BLDdir)/ARCHS/$(ARCH)
|
|
+ sysctl -n hw.clockrate | ./xatlbench -dc $(BLDdir)/bin/INSTALL_LOG -dp $(BLDdir)/ARCHS/$(ARCH)
|
|
+
|
|
C_sanity_test:
|
|
@ echo "BUILDING C TESTERS ONLY (GET F77 FOR MORE COMPLETE TESTING):"
|
|
cd bin ; $(MAKE) sanity_test
|