diff options
Diffstat (limited to 'Makefile.alpha')
-rw-r--r-- | Makefile.alpha | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.alpha b/Makefile.alpha index 2305483d7..bd4f4d58b 100644 --- a/Makefile.alpha +++ b/Makefile.alpha @@ -50,7 +50,7 @@ endif ifndef SMP LIBCXML = -lcxml -lots -lm -LIBATLAS = -L/usr/lib/atlas3.7.8 -lf77blas -latlas -lm +LIBATLAS = -L/usr/lib/atlas3.7.8 -lf77blas -latlas -lm else LIBCXML = -lcxmlp -lots -lm LIBATLAS = -L/usr/lib/atlas3.7.8p -llapack -lptcblas -lptf77blas -latlas -lpthread -lm |