diff options
author | 2007-10-07 05:29:17 +0000 | |
---|---|---|
committer | 2007-10-07 05:29:17 +0000 | |
commit | f0231c57a7d9d1746c0ded96d7d6d9927bc009a9 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /sci-physics/qcl/files | |
parent | deleted ifc and icc, now in main tree (diff) | |
download | sci-f0231c57a7d9d1746c0ded96d7d6d9927bc009a9.tar.gz sci-f0231c57a7d9d1746c0ded96d7d6d9927bc009a9.tar.bz2 sci-f0231c57a7d9d1746c0ded96d7d6d9927bc009a9.zip |
move stuff to root
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@753 32389bae-6d03-0410-99cf-db05cde120eb
Diffstat (limited to 'sci-physics/qcl/files')
-rw-r--r-- | sci-physics/qcl/files/digest-qcl-0.6.3 | 12 | ||||
-rw-r--r-- | sci-physics/qcl/files/qcl-0.6.2.patch | 32 |
2 files changed, 0 insertions, 44 deletions
diff --git a/sci-physics/qcl/files/digest-qcl-0.6.3 b/sci-physics/qcl/files/digest-qcl-0.6.3 deleted file mode 100644 index 92b39a943..000000000 --- a/sci-physics/qcl/files/digest-qcl-0.6.3 +++ /dev/null @@ -1,12 +0,0 @@ -MD5 3dd08d2be84feb8021868914f082292d qcl-0.6.3.tgz 133786 -RMD160 949a6d02224676cbd3f879801e22902347dc8296 qcl-0.6.3.tgz 133786 -SHA256 c9f459b265ca181fdd4023cfb0d41a93a245eb5d47948a4002263384658d7cbb qcl-0.6.3.tgz 133786 -MD5 aab6e4ebf1cc6efd220bd71a93e054ae qcldoc.pdf 435240 -RMD160 6bbad4ec0c90f3bdd744014149699230a23f2b76 qcldoc.pdf 435240 -SHA256 a47f7e814b7848ba54d9e3749b66cc727376758dfdcb98c66531be01540f5886 qcldoc.pdf 435240 -MD5 014ab5d73bf0b0b247d80c809acce869 quprog.pdf 529617 -RMD160 94f98069519b7154fe6210487fd0844645d9c6b4 quprog.pdf 529617 -SHA256 d201296097d649b42da56fc713f7242b6786402ed936c28054eb530840d379ec quprog.pdf 529617 -MD5 132a578abe9d7818dfb3aed0ebd7f331 structquprog.pdf 671665 -RMD160 5ac3f75809b9339306877bd2a2c2859f96ff869d structquprog.pdf 671665 -SHA256 8652df84461aeec6526ee72d0419baa963569e8d7a866e95176ab11da0c133bd structquprog.pdf 671665 diff --git a/sci-physics/qcl/files/qcl-0.6.2.patch b/sci-physics/qcl/files/qcl-0.6.2.patch deleted file mode 100644 index 706a20016..000000000 --- a/sci-physics/qcl/files/qcl-0.6.2.patch +++ /dev/null @@ -1,32 +0,0 @@ -diff -r -U4 qcl-0.6.2/Makefile qcl-0.6.2.new/Makefile ---- qcl-0.6.2/Makefile 2006-05-18 15:20:15.000000000 +0200 -+++ qcl-0.6.2.new/Makefile 2006-09-21 02:42:51.000000000 +0200 -@@ -29,11 +29,12 @@ - #ARCHOPT = -m32 -march=i686 - - # Debugging and optimization options - -+OPT = -g -O2 - #DEBUG = -g -pg -DQCL_DEBUG -DQC_DEBUG - #DEBUG = -g -DQCL_DEBUG -DQC_DEBUG --DEBUG = -O2 -g -DQCL_DEBUG -DQC_DEBUG -+DEBUG = $(OPT) -DQCL_DEBUG -DQC_DEBUG - #DEBUG = -O2 - - # Plotting support - # -diff -r -U4 qcl-0.6.2/qc/Makefile qcl-0.6.2.new/qc/Makefile ---- qcl-0.6.2/qc/Makefile 2006-05-18 15:20:15.000000000 +0200 -+++ qcl-0.6.2.new/qc/Makefile 2006-09-21 02:41:51.000000000 +0200 -@@ -15,9 +15,10 @@ - #ARCHOPT = -m32 -march=i686 - - # Debugging options - --DEBUG = -g -O2 -DQC_DEBUG -+OPT = -g -O2 -+DEBUG = $(OPT) -DQC_DEBUG - #DEBUG = -g -pg -DQC_DEBUG - #DEBUG = -O2 - - # Comment out if you if you want to use SysV Xrand48() linear congruential |