Blame view
Makefile
259 Bytes
18afc10ef git-svn-id: https... |
1 2 3 4 5 6 7 |
# Makefile pour compiler lapack + atlas avec gfortran + gcc # Il faut au préalable placer le processeur en mode performance all: ( ./build.sh ) install: |
940deee68 Added necessary f... |
8 |
( cp ATLAS/install/lib/* $(BTREE)/lib ) |
18afc10ef git-svn-id: https... |
9 10 11 12 |
clean: ( rm -rf atlas-3.8.2 ) ( rm -rf lapack-3.1.1 ) |