Replies: 3 comments
-
Related, from: https://mathnetnumerics.codeplex.com/workitem/5635 Create a shell script that builds a combined ATLAS/CLAPACK library inside Cygwin 1.7.5-1 on Windows 7/Vista/XP. The script should do the following:
The resulting static library or DLL must be able to link to a standard Windows (no cygwin) program or DLL without any other dependecies. Below is a script we used for dnAnalytics, but it is dated and doesn't have the cleanup, static/dynamic, serial/parallel options. This script automatically builds a combined ATLAS/CLAPACK DLL to be used with the Native Library Interface VARIABLES you need to customise BUILD_DIR: Where you want to "build". Default: /tmp BUILD_DIR="/tmp" ATLAS_URL="http://internap.dl.sourceforge.net/sourceforge/math-atlas/atlas3.6.0.tar.gz" CLAPACK_URL="http://www.netlib.org/clapack/clapack.tgz" EXPORTS_URL="http://www.dnanalytics.net/files/exports.def" DSECND_URL="http://www.dnanalytics.net/files/dsecnd.c" SECOND_URL="http://www.dnanalytics.net/files/second.c" echo "Downloading ${OUTPUT_FILE}..." atlas_extract() { atlas_get_proctype() { atlas_make_install() { clapack_download() { clapack_extract() { clapack_post_extract() { clapack_make() { clapack_combine() { make_shared(){ error_exit() { main() { echo "==>[0] Check, create, clean build dir ..." rm -rf ATLAS CLAPACK echo "" cd .. echo "" echo "" echo "" echo "" echo "" main |
Beta Was this translation helpful? Give feedback.
-
Related, from: https://mathnetnumerics.codeplex.com/workitem/5677
|
Beta Was this translation helpful? Give feedback.
-
As OpenBLAS is now supported there is no need for GotoBLAS2. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
From: https://mathnetnumerics.codeplex.com/workitem/5720
and: https://mathnetnumerics.codeplex.com/workitem/5678
Beta Was this translation helpful? Give feedback.
All reactions