Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs17:/tmp/cvs-serv26049
Modified Files:
refmac.info refmac.patch
Log Message:
refmac new version
Index: refmac.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/refmac.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- refmac.patch 11 May 2007 01:41:35 -0000 1.5
+++ refmac.patch 26 Jul 2007 15:10:46 -0000 1.6
@@ -1,27 +1,21 @@
-diff -ruN refmac-orig/make_unix.f refmac/make_unix.f
---- refmac-orig/make_unix.f 2006-11-23 19:29:38.000000000 -0800
-+++ refmac/make_unix.f 2006-11-23 19:30:03.000000000 -0800
-@@ -98,16 +98,16 @@
- CMS IH(1)=I100H/2
-
- CDP
-- CALL ITIME(ID)
-+C CALL ITIME(ID)
- IH(4)=ID(1)
- IH(3)=ID(2)
- IH(2)=ID(3)
-- CALL IDATE(IMON,IDAY,IYR)
-- IF(IYR.GE.99) THEN
-- IYR=IYR+1900
-- ELSE
-- IYR=IYR+2000
-- ENDIF
-+C CALL IDATE(IMON,IDAY,IYR)
-+C IF(IYR.GE.99) THEN
-+C IYR=IYR+1900
-+C ELSE
-+C IYR=IYR+2000
-+C ENDIF
- IH(5)=IDAY
- IH(6)=IMON
- IH(7)=IYR
\ No newline at end of file
+diff -ruN refmac-5.4-orig/atom_com.fh refmac-5.4/atom_com.fh
+--- refmac-5.4-orig/atom_com.fh 2007-07-02 09:26:55.000000000 -0700
++++ refmac-5.4/atom_com.fh 2007-07-12 20:31:41.000000000 -0700
+@@ -74,7 +74,7 @@
+ C
+ C ------------------------------------------------------------------
+ INTEGER MAXATOM
+- PARAMETER (MAXATOM = 120000)
++ PARAMETER (MAXATOM = 800000)
+ INTEGER MAXATSD
+ PARAMETER (MAXATSD = 1 )
+ INTEGER MAXNSO
+diff -ruN refmac-5.4-orig/makefile_gfortran refmac-5.4/makefile_gfortran
+--- refmac-5.4-orig/makefile_gfortran 2007-04-25 12:39:20.000000000 -0700
++++ refmac-5.4/makefile_gfortran 2007-07-12 20:43:36.000000000 -0700
+@@ -1,4 +1,4 @@
+-VERSION = gfortran
++VERSION = -5.4
+ FC = gfortran
+ FOPTIM = -O3
+ COPTIM = -O
Index: refmac.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/refmac.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- refmac.info 13 May 2007 01:46:02 -0000 1.11
+++ refmac.info 26 Jul 2007 15:10:46 -0000 1.12
@@ -1,11 +1,11 @@
Package: refmac
-Version: 5.3.0038
-Revision: 2
-Source: http://www.ysbl.york.ac.uk/refmac/data/refmac5.3_source.tar.gz
-Source-MD5: 0a5a8a972294801c6bc4b32f365e3aef
+Version: 5.4
+Revision: 1
+Source: http://www.ysbl.york.ac.uk/refmac/data/refmac5.4_source.tar.gz
+Source-MD5: e06dd93e3d4a65d8876e73a998b8118b
SourceRename: %n-%v.tar.gz
Source2: http://www.ysbl.york.ac.uk/refmac/data/refmac5.3_dictionary.tar.gz
-Source2-MD5: ed1010b9fd7b18e5930402835086fa61
+Source2-MD5: 53faccfdb396125c1f885cdba4a5bd5b
NoSourceDirectory: yes
Depends: ccp4 (>= 6.0.2-1) | ccp4-g77, gcc42-shlibs
BuildDepends: ccp4-dev (>= 6.0.2-1) | ccp4-g77-dev, gcc42, ccp4 (>= 6.0.2-1) |
ccp4-g77
@@ -15,28 +15,24 @@
CompileScript: <<
#!/bin/bash -efv
source %p/bin/init.sh
-cp makefile_gfortran makefile
-perl -pi -e 's|5.3.0014|%v|g' makefile
-make libcheck refmac makecif
-# makecif tlsgroups
+make -f makefile_gfortran
<<
InstallScript: <<
#!/bin/bash -efv
mkdir -p %i/share/xtal/ccp4-6.0.2/bin
-cp refmac%v %i/share/xtal/ccp4-6.0.2/bin/.
-cp libcheck%v %i/share/xtal/ccp4-6.0.2/bin/.
-# cp tlsgroups%v %i/share/xtal/ccp4-6.0.2/bin/.
-cp makecif%v %i/share/xtal/ccp4-6.0.2/bin/.
+cp refmac-%v %i/share/xtal/ccp4-6.0.2/bin/.
+cp libcheck-%v %i/share/xtal/ccp4-6.0.2/bin/.
+cp makecif-%v %i/share/xtal/ccp4-6.0.2/bin/.
#
-mkdir -p %i/share/xtal/ccp4-6.0.2/refmac_%v_monomers
+mkdir -p %i/share/xtal/ccp4-6.0.2/refmac_%v_monomers
cp -R dic %i/share/xtal/ccp4-6.0.2/refmac_%v_monomers/.
#
mkdir -p %i/bin
-ln -s %p/share/xtal/ccp4-6.0.2/bin/refmac%v %i/bin/refmac5
-ln -s %p/share/xtal/ccp4-6.0.2/bin/refmac%v %i/bin/refmac
-ln -s %p/share/xtal/ccp4-6.0.2/bin/libcheck%v %i/bin/libcheck
+ln -s %p/share/xtal/ccp4-6.0.2/bin/refmac-%v %i/bin/refmac5
+ln -s %p/share/xtal/ccp4-6.0.2/bin/refmac-%v %i/bin/refmac
+ln -s %p/share/xtal/ccp4-6.0.2/bin/libcheck-%v %i/bin/libcheck
# ln -s %p/share/xtal/ccp4-6.0.2/bin/tlsgroups%v %i/bin/tlsgroups
-ln -s %p/share/xtal/ccp4-6.0.2/bin/makecif%v %i/bin/makecif
+ln -s %p/share/xtal/ccp4-6.0.2/bin/makecif-%v %i/bin/makecif
<<
RunTimeVars: CLIBD_MON: %p/share/xtal/ccp4-6.0.2/refmac_%v_monomers/dic/
Description: CCP4 refmac5 update
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits