diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-24 16:46:10 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-24 16:46:10 +0000 |
commit | e6fb9b4c8f1c9876a6c025ba73b248f95aca7e23 (patch) | |
tree | 93b590f7556ad0a9201941575d6b88bfbde37031 /sci-chemistry/molden/files | |
parent | Moving to sci-chemistry/molden (diff) | |
download | historical-e6fb9b4c8f1c9876a6c025ba73b248f95aca7e23.tar.gz historical-e6fb9b4c8f1c9876a6c025ba73b248f95aca7e23.tar.bz2 historical-e6fb9b4c8f1c9876a6c025ba73b248f95aca7e23.zip |
Moved from app-sci/molden to sci-chemistry/molden.
Diffstat (limited to 'sci-chemistry/molden/files')
-rw-r--r-- | sci-chemistry/molden/files/digest-molden-3.9 | 1 | ||||
-rw-r--r-- | sci-chemistry/molden/files/digest-molden-4.0 | 1 | ||||
-rw-r--r-- | sci-chemistry/molden/files/digest-molden-4.1 | 1 | ||||
-rw-r--r-- | sci-chemistry/molden/files/molden-3.9-fixMakefile.patch | 47 |
4 files changed, 50 insertions, 0 deletions
diff --git a/sci-chemistry/molden/files/digest-molden-3.9 b/sci-chemistry/molden/files/digest-molden-3.9 new file mode 100644 index 000000000000..17b4a60fa9d7 --- /dev/null +++ b/sci-chemistry/molden/files/digest-molden-3.9 @@ -0,0 +1 @@ +MD5 b6ad8507344c5726e9ec371ea06a6a5b molden3.9.tar.Z 3209453 diff --git a/sci-chemistry/molden/files/digest-molden-4.0 b/sci-chemistry/molden/files/digest-molden-4.0 new file mode 100644 index 000000000000..7dc8daf414c8 --- /dev/null +++ b/sci-chemistry/molden/files/digest-molden-4.0 @@ -0,0 +1 @@ +MD5 3e53a043e451f3cf0aa73d16a0d21c0a molden4.0.tar.Z 3220858 diff --git a/sci-chemistry/molden/files/digest-molden-4.1 b/sci-chemistry/molden/files/digest-molden-4.1 new file mode 100644 index 000000000000..0bb15280fba4 --- /dev/null +++ b/sci-chemistry/molden/files/digest-molden-4.1 @@ -0,0 +1 @@ +MD5 991c5de7a8561568bb19eb8632b6a0d6 molden4.1.tar.Z 3295672 diff --git a/sci-chemistry/molden/files/molden-3.9-fixMakefile.patch b/sci-chemistry/molden/files/molden-3.9-fixMakefile.patch new file mode 100644 index 000000000000..cb7fd3856f7e --- /dev/null +++ b/sci-chemistry/molden/files/molden-3.9-fixMakefile.patch @@ -0,0 +1,47 @@ +diff -urN molden3.9-orig/makefile molden3.9/makefile +--- molden3.9-orig/makefile 2003-11-10 00:28:48.744433167 -0500 ++++ molden3.9/makefile 2003-11-10 00:29:18.327453549 -0500 +@@ -16,9 +16,9 @@ + LIBS = -lX11 -lm + + # Silicon Graphics +-CFLAGS = -c -DDOBACK -DHASTIMER -DCOLOR_OFFSET=0.0 +-FFLAGS = +-LDR = f77 ++#CFLAGS = -c -DDOBACK -DHASTIMER -DCOLOR_OFFSET=0.0 ++#FFLAGS = ++#LDR = f77 + + # Ultrix, Dec Alpha, Linux ( and best start for Unix other than below ) + # +@@ -40,11 +40,11 @@ + # + # On 64-bit Alpha-Linux add -mieee to the FFLAGS + # +-#CFLAGS = -c -I/usr/X11R6/include -DDOBACK -DHASTIMER -DCOLOR_OFFSET=0.0 +-#FC = g77 +-#FFLAGS = +-#LIBS = -L/usr/X11R6/lib -lX11 -lm +-#LDR = g77 ++CFLAGS = -c -I/usr/X11R6/include -DDOBACK -DHASTIMER -DCOLOR_OFFSET=0.0 ++FC = g77 ++FFLAGS = ++LIBS = -L/usr/X11R6/lib -lX11 -lm ++LDR = g77 + # + + # +@@ -160,11 +160,11 @@ + # For The OpenGL Graphics library molden helper 'moldenogl' + # (make moldenogl) + # +-LIBSG = -lglut -lGLU -lGL -lXmu -lX11 -lm ++#LIBSG = -lglut -lGLU -lGL -lXmu -lX11 -lm + # + # on linux : + # +-#LIBSG = -L/usr/X11R6/lib -lglut -lGLU -lGL -lXmu -lX11 -lm ++LIBSG = -L/usr/X11R6/lib -lglut -lGLU -lGL -lXmu -lX11 -lm + # + # on linux with older Mesa installations try: + # |