Commit 6852fe1e54df4b6fd7fa44523be963bb8f4ab779
1 parent
b90ffcec18
Exists in
master
git-svn-id: https://lxsd.femto-st.fr/svn/atlas@4 dff38a21-2163-4b57-a1b5-aae693bec1e4
Showing 1 changed file with 1 additions and 1 deletions Inline Diff
Makefile
# Makefile pour compiler lapack + atlas avec gfortran + gcc | 1 | 1 | # Makefile pour compiler lapack + atlas avec gfortran + gcc | |
# Il faut au préalable placer le processeur en mode performance | 2 | 2 | # Il faut au préalable placer le processeur en mode performance | |
3 | 3 | |||
all: | 4 | 4 | all: | |
( ./build.sh ) | 5 | 5 | ( ./build.sh ) | |
6 | 6 | |||
install: | 7 | 7 | install: | |
( cp atlas-3.8.2/install/lib/*.a $(BTREE)/lib ) | 8 | 8 | ( cp ATLAS/install/lib/*.a $(BTREE)/lib ) | |
9 | 9 | |||
clean: | 10 | 10 | clean: |