Re: [Fink-devel] new pymol-py package
Daniel Macks wrote: [] Is this the correct course of action? I was under the impression that the 10.4-transitional tree was supposed to use gcc-3.3. No, by default (i.e. if the package itself doesn't do anything special), the 10.4-transitional tree uses g++-3.3 for C++ code and gcc-4.0 for C code. -- Martin --- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] new pymol-py package
Jack, Just to be sure, I want to build the package first (on 10.3). However, I cannot d/l the source code, both mirrors are not responsive. I will try again later. - Koen. On May 24, 2005, at 7:25 PM, Jack Howarth wrote: Koen, As requested by Daniel, I have reverted the molmol 2k.2.0-19 package to build with gcc-3.3 once again rather than gcc-4.0. This version will be okay for both 10.3 and 10.4-transitional unstable. It is uploaded into the tracker... http://sourceforge.net/tracker/index.php? func=detail&aid=1207875&group_id=17203&atid=414256 Thanks in advance. Jack ps The main change now is just the restriction of the build of molmol to be against freeglut rather than both freeglut and glut (as Daniel has requested). --- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] new pymol-py package
Koen, Well in the case of glut and freeglut, I have verified that the builds aren't leaky. The glut build never looks in /sw/lib or /sw/include for headers or libraries. The freeglut build is safe with glut installed since it uses the freeglut basename for its headers and libraries and thus will never touch the glut installed ones. So we are okay with the BuildConflicts being removed in both glut and freeglut. Jack -- Jack W. Howarth, Ph.D.231 Albert Sabin Way NMR Facility Director Cincinnati, Ohio 45267-0524 Dept. of Molecular Genetics phone: (513) 558-4420 Univ. of Cincinnati College of Medicinefax: (513) 558-8474 --- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] new pymol-py package
Koen, As requested by Daniel, I have reverted the molmol 2k.2.0-19 package to build with gcc-3.3 once again rather than gcc-4.0. This version will be okay for both 10.3 and 10.4-transitional unstable. It is uploaded into the tracker... http://sourceforge.net/tracker/index.php?func=detail&aid=1207875&group_id=17203&atid=414256 Thanks in advance. Jack ps The main change now is just the restriction of the build of molmol to be against freeglut rather than both freeglut and glut (as Daniel has requested). --- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] new pymol-py package
On May 24, 2005, at 11:09 AM, Jack Howarth wrote: > > I have uploaded a new molmol.info file (2k.2.0-19) for the unstable > branch of 10.4-transitional. This version builds against gcc-4.0 [...] Is this the correct course of action? I was under the impression that the 10.4-transitional tree was supposed to use gcc-3.3. OTOH, I don't see a GCC tag in the .info so maybe the 10.4-transitional policy of "use gcc-3.3" is not relevant. Sounds like we really need to document exactly how this tree is supposed to behave. [Unrelated: you should bump Revision by "a lot" (10 or 100) when making a higher-tree-specific pkg; that way the lower-tree pkg can be improved without colliding] dan -- Daniel Macks [EMAIL PROTECTED] http://www.netspace.org/~dmacks --- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] new pymol-py package
On May 24, 2005, at 11:09 AM, Jack Howarth wrote: I have uploaded a new molmol.info file (2k.2.0-19) for the unstable branch of 10.4-transitional. This version builds against gcc-4.0 and freeglut. It passes fink validate both as the info file and the resulting debs. I don't have Tiger, so cannot test that. I suggest someone with Tiger commits it. - Koen. --- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] new pymol-py package
On May 23, 2005, at 10:55 PM, Daniel Macks wrote: The goal is clean build first and foremost; *then* worry about avoiding buildlock deadlock. If there's leakage from an installed pkg into the build, please do specify the BuildConflicts...that's why we created the field no? If both packages should have the BuildDepends fields, go ahead and revert my commit. I have not followed that discussion, and my impression was that the problem was solved by removing the BuildDepends fields. - Koen. --- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] new pymol-py package
Koen, Thanks for getting the modified freeglut and glut packages in 10.3 and 10.4-transitional unstable. I have one last request. I have uploaded a new molmol.info file (2k.2.0-19) for the unstable branch of 10.4-transitional. This version builds against gcc-4.0 and freeglut. It passes fink validate both as the info file and the resulting debs. Thanks in advance. Jack ps The molmol info file is on the tracker at... http://sourceforge.net/tracker/index.php?func=detail&aid=1207875&group_id=17203&atid=414256 --- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] new pymol-py package
On Mon, May 23, 2005 at 10:25:54PM -0400, Jack Howarth wrote: > Koen, >While you are adding pymol-py, please update the glut and freeglut > packages in the 10.3 and 10.4-transitional unstable trees as well. > > http://sourceforge.net/tracker/index.php?func=detail&aid=1207413&group_id=17203&atid=414256 > http://sourceforge.net/tracker/index.php?func=detail&aid=1207415&group_id=17203&atid=414256 > > These are identical to the current versions of the packages except the > Build-Conflicts field has been removed from each of the info file. Currently > fink is unable to properly handle Build-Conflicts so that if you build > pymol-py which Build-Depends on freeglut with glut installed, fink will > build, install and then deinstall freeglut in favor of glut just before > it tries to build pymol-py. Removal of the Build-Conflicts eliminates > this glitch which has been discussed in the thread entitled "fink in > unstable is unstable". The goal is clean build first and foremost; *then* worry about avoiding buildlock deadlock. If there's leakage from an installed pkg into the build, please do specify the BuildConflicts...that's why we created the field no? dan -- Daniel Macks [EMAIL PROTECTED] http://www.netspace.org/~dmacks --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] new pymol-py package
On May 23, 2005, at 10:25 PM, Jack Howarth wrote: While you are adding pymol-py, please update the glut and freeglut packages in the 10.3 and 10.4-transitional unstable trees as well. Ok done. I assume they build and validate fine, I did not check that. - Koen. --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] new pymol-py package
Done. Thanks for submitting the new pymol. - Koen. On May 23, 2005, at 10:18 PM, Jack Howarth wrote: Koen, The pymol-py package should go in both the 10.3 and 10.4-transitional trees (unstable). Thanks in advance. Jack --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] new pymol-py package
Koen, While you are adding pymol-py, please update the glut and freeglut packages in the 10.3 and 10.4-transitional unstable trees as well. http://sourceforge.net/tracker/index.php?func=detail&aid=1207413&group_id=17203&atid=414256 http://sourceforge.net/tracker/index.php?func=detail&aid=1207415&group_id=17203&atid=414256 These are identical to the current versions of the packages except the Build-Conflicts field has been removed from each of the info file. Currently fink is unable to properly handle Build-Conflicts so that if you build pymol-py which Build-Depends on freeglut with glut installed, fink will build, install and then deinstall freeglut in favor of glut just before it tries to build pymol-py. Removal of the Build-Conflicts eliminates this glitch which has been discussed in the thread entitled "fink in unstable is unstable". Jack --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] new pymol-py package
Koen, The pymol-py package should go in both the 10.3 and 10.4-transitional trees (unstable). Thanks in advance. Jack --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] new pymol-py package
Which tree should they go into? I tested them on 10.3 and it works fine. If I know which trees and if there are no other objections I will commit them. Is the glut/freeglut issue that was discussed a bit ago solved? - Koen. On May 23, 2005, at 7:41 PM, Jack Howarth wrote: I have resubmitted the pymol-py package as new package on the tracker since I was having no luck whatsoever in getting this into unstable. Once again, this pymol-py package replaces the current pymol package and allows builds against python2.2, python2.3 or python2.4 with the resulting pymol-py22, pymol-py23 and pymol-py24 packages being built. As before, the info and debs all pass fink validate. I would REALLY appreciate some feedback here if there is a reason why this package is being delayed. Jack --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
[Fink-devel] new pymol-py package
I have resubmitted the pymol-py package as new package on the tracker since I was having no luck whatsoever in getting this into unstable. Once again, this pymol-py package replaces the current pymol package and allows builds against python2.2, python2.3 or python2.4 with the resulting pymol-py22, pymol-py23 and pymol-py24 packages being built. As before, the info and debs all pass fink validate. I would REALLY appreciate some feedback here if there is a reason why this package is being delayed. Jack --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel