Hi Jean-François,

As I am the maintainer of this package, I'm wondering what the changes are for.

Thanks for enlighten me.

Cheers,
                Remi

On Jan 11, 2005, at 11:15 AM, Jean-François Mertens wrote:

Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6438

Modified Files:
        root-pythia.info
Log Message:
small fixes

Index: root-pythia.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/root-pythia.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- root-pythia.info 17 Feb 2004 00:20:17 -0000 1.1
+++ root-pythia.info 11 Jan 2005 19:15:38 -0000 1.2
@@ -14,19 +14,25 @@
Source2ExtractDir: pythia6
GCC: 3.3
CompileScript: <<
- #!/bin/sh -e
+ #!/bin/sh -ev
+# vers=`gcc_select|grep ^gcc|cut -f3 -d' '`
+# machtype=$(echo -n "%m-apple-darwin`uname -r`"|cut -f1 -d'.')
mkdir lib
g77 -c jetset74.f
g77 -c pythia5707.f
g77 -dynamiclib -single_module -install_name %p/lib/root/libPythia.5.70.dylib -o lib/libPythia.5.70.dylib *.o -compatibility_version 5 -current_version 5.70.7 -L%p/lib -lpythia
- ld -bundle -o lib/libPythia.so *.o -L%p/lib -lpythia -lfrtbegin -lg2c -lgcc -lSystem -lbundle1.o
+# ld -bundle -o lib/libPythia.so *.o -L%p/lib -lpythia -lfrtbegin -lg2c -lgcc -lSystem -lbundle1.o
+# ld -bundle -o lib/libPythia.so *.o -L%p/lib -lpythia -lfrtbegin -lg2c -L/usr/lib/gcc/${machtype}/$vers -lgcc -lSystem -lbundle1.o
+ g77 -bundle -o lib/libPythia.so *.o -L%p/lib -lpythia
cd pythia6
g77 -c pythia62.f
g77 -c -fno-second-underscore tpythia6_called_from_cc.F
g77 -c -fno-second-underscore pythia6_common_block_address.F
gcc -c pythia6_address.c
g77 -dynamiclib -single_module -install_name %p/lib/root/libPythia6.6.dylib -o ../lib/libPythia6.6.2.dylib *.o -compatibility_version 6 -current_version 6.2 -L%p/lib -lpythia
- ld -bundle -o ../lib/libPythia6.so *.o -L%p/lib -lpythia -lfrtbegin -lg2c -lgcc -lSystem -lbundle1.o
+# ld -bundle -o ../lib/libPythia6.so *.o -L%p/lib -lpythia -lfrtbegin -lg2c -lgcc -lSystem -lbundle1.o
+# ld -bundle -o ../lib/libPythia6.so *.o -L%p/lib -lpythia -lfrtbegin -lg2c -L/usr/lib/gcc/${machtype}/$vers -lgcc -lSystem -lbundle1.o
+ g77 -v -bundle -o ../lib/libPythia6.so *.o -L%p/lib -lpythia
<<
InstallScript: <<
install -m 755 -d %i/lib/root
@@ -54,5 +60,8 @@
This package provides interface libraries for ROOT (root3-cernlib and
root4-cernlib) to Pythia (from cernlib).
<<
+DescPackaging: <<
+Removing the -v flag from the g77 link commands makes thing go wrong...
+<<
Homepage: http://root.cern.ch
Maintainer: Remi Mommsen <[EMAIL PROTECTED]>




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits




---------------------------------------------------------------------
"What're quantum mechanics?"
"I don't know. People who repair quantums I suppose."
                                  (Rincewind, Terry Pratchett "Eric")

*********************************************************************
Remigius K. Mommsen                 e-mail: [EMAIL PROTECTED]
University of California, Irvine       URL:    http://cern.ch/mommsen
c/o SLAC                             voice:        ++1 (650) 926-3595
2575 Sand Hill Road #35                fax:        ++1 (650) 926-3882
Menlo Park, CA 94025, US              home:        ++1 (650) 233-9041
*********************************************************************



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to