Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv1343

Modified Files:
        singular.info qepcad.info 
Log Message:
singular maintainer has abandoned.
rm arch restr, disabling MP under 64bit
freshen deps
update to latest version requiring no major change in info file.
Adjust qepcad

Index: qepcad.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/sci/qepcad.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- qepcad.info 13 Jul 2011 23:16:47 -0000      1.2
+++ qepcad.info 16 Jul 2011 22:56:14 -0000      1.3
@@ -1,7 +1,7 @@
 Info2: <<
 Package: qepcad%type_pkg[-gcc4.6]
 Version: 1.65
-Revision: 1
+Revision: 2
 Architecture: i386, x86_64
 # Arch-restriction inherited fom saclib
 Source: http://www.usna.edu/Users/cs/qepcad/INSTALL/%{Ni}-B.%v.tar.gz
@@ -11,7 +11,7 @@
 SourceDirectory: qesource
 Type: -gcc4.6 (boolean)
 BuildDepends: readline5, saclib%type_pkg[-gcc4.6] (>= 2.2.5-1), sed, 
flex-devel, (%type_pkg[-gcc4.6]) gcc46-compiler, freeglut
-Depends: readline5-shlibs, (%type_pkg[-gcc4.6]) gcc46-shlibs, ( %m != x86_64 ) 
singular, freeglut-shlibs
+Depends: readline5-shlibs, (%type_pkg[-gcc4.6]) gcc46-shlibs, singular, 
freeglut-shlibs
 Recommends: saclib%type_pkg[-gcc4.6]
 # Strictly speaking, the recommends would be a "depends" when using qepcad 
under gdb 
 Conflicts: %{Ni}, %{Ni}-gcc44, %{Ni}-gcc45, %{Ni}-gcc46
@@ -102,8 +102,6 @@
   ranlib %i/lib/%{Ni}/*.a
   cp -p source/%{Ni}{,d} cad2d/cad2d{,d} plot2d/ADJ2D_plot %i/bin
   cp -p source/qepcad.help %i/share/%{Ni}
-  # singular still not available on x86_64
-  if [ "%m" == "x86_64" ] ; then sed -i -e 's,SINGULAR,#&,' qepcadrc; fi
   cp -p qepcadrc %i/etc
   cp -p ../simplify/{slfq,parself} %i/bin
   cp -pPR ../simplify/{README,examples} %i/share/doc/%{Ni}/simplify
@@ -122,13 +120,6 @@
   E.g., run "slfq -N 20 %p/share/doc/qepcad/simplify/Ex4" to see
   what the beast is capable of (+/- 30 min here) - and view input file..
   For QE , still limited ..
-  Linking with singular brings a substantial increase in efficiency;
-  however not possible in 64bit mode (the more efficient), due to
-  continuing absence of singular for that arch.
-  64bit users who ca build a 32bit singular can still use it advantageously
-  by replacing in %p/etc/qepcadrc (which IS a conf file!) the line
-  containing "SINGULAR" by
-SINGULAR /your/path/to/32bit_singular_executable
 <<
 DescPackaging: <<
   Install by hand; there is no install target.

Index: singular.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/sci/singular.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- singular.info       11 Jul 2011 04:05:48 -0000      1.1
+++ singular.info       16 Jul 2011 22:56:14 -0000      1.2
@@ -1,18 +1,18 @@
 Package: singular
 Version: 3.1.0
-Revision: 0
-Architecture: i386, powerpc
+Revision: 8
+#Architecture: i386, powerpc
 GCC: 4.0
-Source: 
http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/3-1-0/Singular-3-1-0-4.tar.gz
+Source: 
http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/3-1-0/Singular-3-1-0-8.tar.gz
 Maintainer: Michael Brickenstein <brickenst...@mfo.de>
 HomePage: http://www.singular.uni-kl.de
 License: GPL
 Description: Computer Algebra system
-Source-MD5: 7cbe61d10b693609e7aeba905e2bc090
+Source-MD5: bd1a6553d3b13abb71aadf781a039236
 #Patch: %n.patch
 SourceDirectory:Singular-3-1-0
 PatchScript: /usr/bin/find  -d . -name CVS -exec rm -rf \{\} \;
-ConfigureParams: --disable-doc --libdir=%i/lib/Singular 
--includedir=%i/include/Singular  --bindir=%i/lib/Singular 
--prefix=%i/share/Singular --enable-factory --enable-MP --enable-libfac 
--without-dynamic-kernel --with-malloc=system --with-valloc=system
+ConfigureParams: --disable-doc --libdir=%i/lib/Singular 
--includedir=%i/include/Singular --bindir=%i/lib/Singular 
--prefix=%i/share/Singular --enable-factory ( %m != x86_64 ) --enable-MP 
--enable-libfac --without-dynamic-kernel --with-malloc=system 
--with-valloc=system
 CompileScript: <<
 #! /bin/sh -ev
 export CPPFLAGS="-I%p/include" 
@@ -103,11 +103,12 @@
 !ANF
 chmod 755 %i/bin/ESingular
 rm -rf %p/share/Singular/doc/doc/NTL
+for f in `find . -name ChangeLog|sed -e 's,^\./,,'`; do mkdir -p 
%i/share/doc/%N/`dirname $f`; cp -p $f %i/share/doc/%N/$f; done
 <<
-DocFiles: ChangeLog COPYING BUGS
-Depends: readline5-shlibs (>= 5.0-1004), libncurses5-shlibs (>= 
5.4-20041023-1006), gmp-shlibs (>= 4.1.4-1), libmpfr1-shlibs 
+DocFiles: COPYING README
+Depends: readline5-shlibs (>= 5.0-1004), libncurses5-shlibs (>= 
5.4-20041023-1006), gmp5-shlibs, libmpfr4-shlibs 
 #BuildDepends: readline5 (>= 5.0-1004), libncurses5 (>= 5.4-20041023-1006), 
gmp (>= 4.1.4-1), libmpfr1, boost1.33
-BuildDepends: readline5 (>= 5.0-1004), libncurses5 (>= 5.4-20041023-1006), gmp 
(>= 4.1.4-1), libmpfr1
+BuildDepends: readline5 (>= 5.0-1004), libncurses5 (>= 5.4-20041023-1006), 
gmp5, libmpfr4
 BuildConflicts: broken-gcc
 Suggests: surf, graphviz, singular-doc
 #, singular-factory, singular-libfac


------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on "Lean Startup 
Secrets Revealed." This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to