git-svn-id: https://lxsd.femto-st.fr/svn/atlas@6 dff38a21-2163-4b57-a1b5-aae693bec1e4
# Makefile pour compiler lapack + atlas avec gfortran + gcc # Il faut au préalable placer le processeur en mode performance all: ( ./build.sh ) install: ( cp ATLAS/install/lib/* $(BTREE)/lib ) clean: ( rm -rf atlas-3.8.2 ) ( rm -rf lapack-3.1.1 )