Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 05cf6d351a339e143a712ece830e8464 > files > 1

mpqc-2.3.1-14.fc13.src.rpm

--- a/bin/listlibs.pl   2009-10-15 17:28:45.000000000 +0200
+++ b/bin/listlibs.pl   2009-10-15 17:33:35.000000000 +0200
@@ -183,7 +183,7 @@
 sub process_directory {
     local ($dir) = shift;
     opendir(DIR,"$dir");
-    local (@files) = readdir(DIR);
+    local (@files) = sort readdir(DIR);
     closedir(DIR);
     local ($i);
     foreach $i (@files) {
--- a/src/lib/chemistry/qc/dft/LIBS.h	2002-01-09 01:07:14.000000000 -0500
+++ b/src/lib/chemistry/qc/dft/LIBS.h	2009-10-14 12:03:34.000000000 -0400
@@ -1,6 +1,5 @@
 libSCdft.LIBSUF
 #include <chemistry/qc/scf/LIBS.h>
-#include <chemistry/qc/wfn/LIBS.h>
 #include <chemistry/molecule/LIBS.h>
 #include <util/keyval/LIBS.h>
 
--- a/src/lib/chemistry/qc/scf/LIBS.h	2002-01-09 07:07:15.000000000 +0100
+++ b/src/lib/chemistry/qc/scf/LIBS.h	2009-10-15 19:39:22.000000000 +0200
@@ -1,6 +1,5 @@
 libSCscf.LIBSUF
 #include <chemistry/qc/intv3/LIBS.h>
-#include <chemistry/qc/wfn/LIBS.h>
 #include <chemistry/molecule/LIBS.h>
 #include <util/misc/LIBS.h>
 #include <util/keyval/LIBS.h>