arpack-2.1-redhat.patch 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. --- ARPACK/ARmake.inc~ 1996-04-26 21:12:57.000000000 +0200
  2. +++ ARPACK/ARmake.inc 2003-07-19 11:57:10.000000000 +0200
  3. @@ -25,7 +25,7 @@
  4. # | other than your home directory. |
  5. # %--------------------------------------%
  6. #
  7. -home = $(HOME)/ARPACK
  8. +home = $(PWD)/.
  9. #
  10. # %--------------------------------------%
  11. # | The platform identifier to suffix to |
  12. @@ -43,7 +43,7 @@
  13. UTILdir = $(home)/UTIL
  14. SRCdir = $(home)/SRC
  15. #
  16. -DIRS = $(BLASdir) $(LAPACKdir) $(UTILdir) $(SRCdir)
  17. +#DIRS = $(BLASdir) $(LAPACKdir) $(UTILdir) $(SRCdir)
  18. #
  19. # %-------------------------------------------------------------------%
  20. # | Comment out the previous line and uncomment the following |
  21. @@ -51,13 +51,13 @@
  22. # | NOTE: ARPACK assumes the use of LAPACK version 2 codes. |
  23. # %-------------------------------------------------------------------%
  24. #
  25. -#DIRS = $(UTILdir) $(SRCdir)
  26. +DIRS = $(UTILdir) $(SRCdir)
  27. #
  28. # %---------------------------------------------------%
  29. # | The name of the libraries to be created/linked to |
  30. # %---------------------------------------------------%
  31. #
  32. -ARPACKLIB = $(home)/libarpack_$(PLAT).a
  33. +ARPACKLIB = $(home)/libarpack.a
  34. LAPACKLIB =
  35. BLASLIB =
  36. #
  37. @@ -112,7 +112,7 @@
  38. LN = ln
  39. LNFLAGS = -s
  40. -MAKE = /bin/make
  41. +MAKE = make
  42. RM = rm
  43. RMFLAGS = -f