UPDATE/RFE: openmpi-1.1.1 -> 1.1.2, +fortran variant
[I can't create tickets since the wordpress/trac merge, so maybe someone else can create a ticket.] This is a version bump for OpenMPI. I have added a fortran variant, which is needed for the ARPACK port with the mpi variant (see my next message). -- Mark
On 18 déc. 06, at 19:57, Mark Moll wrote:
[I can't create tickets since the wordpress/trac merge, so maybe someone else can create a ticket.]
I created ticket #11160 for you <http://trac.macports.org/projects/ macports/ticket/11160> Not sure however about your patch format! I think you should better create it with the command diff -u Portfile.original Portfile where Portfile is your updated Portfile. Regards. Cédric Luthi
Sorry, I have diff aliased to colordiff. Corrected patch attached. Thanks for creating a ticket. Begin forwarded message:
From: Cédric Luthi <cedric.luthi@gmail.com> Date: December 18, 2006 2:12:59 PM PST To: macports-dev@lists.macosforge.org Cc: Mark Moll <moll@ISI.EDU> Subject: Re: UPDATE/RFE: openmpi-1.1.1 -> 1.1.2, +fortran variant
On 18 déc. 06, at 19:57, Mark Moll wrote:
[I can't create tickets since the wordpress/trac merge, so maybe someone else can create a ticket.]
I created ticket #11160 for you <http://trac.macports.org/projects/ macports/ticket/11160> Not sure however about your patch format! I think you should better create it with the command diff -u Portfile.original Portfile where Portfile is your updated Portfile.
Regards. Cédric Luthi_______________________________________________ macports-dev mailing list macports-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-dev
-- Mark
Hi, [ I cannot create an account on trac/wordpress either ] iTerm on ppc and x86 (32-bit) both seem to need an environment variable set (which can be done in ~/.profile or ~/.MacOSX/environment.plist): DYLD_LIBRARY_PATH=/Applications/DarwinPorts/iTerm.app/Contents/Frameworks/Growl.framework/Versions/A/ it's not the best solution to have global environment variable for a fix like this -- is there a better way? thanks - Niel Drummond
Wow, that's disgusting. Perhaps you should talk to the iTerm developers about this. It sounds like their linker path against the Growl framework is wrong. Another option that can be done without source changes is to use install_name_tool to fix the linker path as a postprocessing step. On Dec 19, 2006, at 5:11 PM, Niel Drummond wrote:
[ I cannot create an account on trac/wordpress either ]
iTerm on ppc and x86 (32-bit) both seem to need an environment variable set (which can be done in ~/.profile or ~/.MacOSX/ environment.plist):
DYLD_LIBRARY_PATH=/Applications/DarwinPorts/iTerm.app/Contents/ Frameworks/Growl.framework/Versions/A/
it's not the best solution to have global environment variable for a fix like this -- is there a better way?
-- Kevin Ballard http://kevin.sb.org eridius@macports.org http://www.tildesoft.com
Tue, 19 Dec 2006 (23:11 +0100 UTC) Niel Drummond wrote:
Hi,
[ I cannot create an account on trac/wordpress either ]
iTerm on ppc and x86 (32-bit) both seem to need an environment variable set (which can be done in ~/.profile or ~/.MacOSX/environment.plist):
DYLD_LIBRARY_PATH=/Applications/DarwinPorts/iTerm.app/Contents/Frameworks/Growl.framework/Versions/A/
it's not the best solution to have global environment variable for a fix like this -- is there a better way?
Assuming that the executable is /Applications/DarwinPorts/iTerm.app/Contents/MacOS/iTerm do mv /Applications/DarwinPorts/iTerm.app/Contents/MacOS/iTerm \ /Applications/DarwinPorts/iTerm.app/Contents/MacOS/iTerm-bin Then make an executable file named /Applications/DarwinPorts/iTerm.app/Contents/MacOS/iTerm such as #!/bin/sh export DYLD_FRAMEWORK_PATH=/Applications/DarwinPorts/iTerm.app/Contents/Frameworks exec /Applications/DarwinPorts/iTerm.app/Contents/MacOS/iTerm-bin Something similar is how I get Safari to run with Webkit nightly builds.
thanks
- Niel Drummond
_______________________________________________ macports-dev mailing list macports-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-dev
-- Dr. Robert Delius Royar Associate Professor of English Morehead State University Morehead, Kentucky Making meaning one message at a time. Hey! Look over there! 7:21 up 1:31, 1 user, load averages: 0.19 0.11 0.14
robert delius royar wrote:
Assuming that the executable is /Applications/DarwinPorts/iTerm.app/Contents/MacOS/iTerm do mv /Applications/DarwinPorts/iTerm.app/Contents/MacOS/iTerm \ /Applications/DarwinPorts/iTerm.app/Contents/MacOS/iTerm-bin
Then make an executable file named /Applications/DarwinPorts/iTerm.app/Contents/MacOS/iTerm such as
#!/bin/sh
export DYLD_FRAMEWORK_PATH=/Applications/DarwinPorts/iTerm.app/Contents/Frameworks
exec /Applications/DarwinPorts/iTerm.app/Contents/MacOS/iTerm-bin
Something similar is how I get Safari to run with Webkit nightly builds. nice... a bit ugly but should work -- would this sort of fix be integrated into darwinports?
- Niel Drummond
On Dec 21, 2006, at 2:08 AM, Niel Drummond wrote:
robert delius royar wrote:
Assuming that the executable is /Applications/DarwinPorts/ iTerm.app/Contents/MacOS/iTerm do mv /Applications/DarwinPorts/iTerm.app/Contents/MacOS/iTerm \ /Applications/DarwinPorts/iTerm.app/Contents/MacOS/iTerm-bin
Then make an executable file named /Applications/DarwinPorts/ iTerm.app/Contents/MacOS/iTerm such as
#!/bin/sh
export DYLD_FRAMEWORK_PATH=/Applications/DarwinPorts/iTerm.app/ Contents/Frameworks exec /Applications/DarwinPorts/iTerm.app/Contents/MacOS/iTerm-bin
Something similar is how I get Safari to run with Webkit nightly builds. nice... a bit ugly but should work -- would this sort of fix be integrated into darwinports?
It could be (if necessary), but I don't know if that's needed for everyone who has build iTerm, or just you ;-) (since I haven't heard anyone complain of it before). If it's a build problem that effects everyone, then the better solution would be to get it fixed upstream, though. -- Daniel J. Luke +========================================================+ | *---------------- dluke@geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+
It looks like the real problem is that the iTerm port is screwy. iTerm is currently at version 0.9.4 and builds and runs fine IF built with a "Deployment" configuration. The port however, is version 0.8.2, downloads from cvs and builds with a "Development" configuration, which does not bundle the required frameworks into the .app the way the "Deployment" configuration does. On 21 Dec 2006, at 09:50, Daniel J. Luke wrote:
On Dec 21, 2006, at 2:08 AM, Niel Drummond wrote:
robert delius royar wrote:
Assuming that the executable is /Applications/DarwinPorts/ iTerm.app/Contents/MacOS/iTerm do mv /Applications/DarwinPorts/iTerm.app/Contents/MacOS/iTerm \ /Applications/DarwinPorts/iTerm.app/Contents/MacOS/iTerm-bin
Then make an executable file named /Applications/DarwinPorts/ iTerm.app/Contents/MacOS/iTerm such as
#!/bin/sh
export DYLD_FRAMEWORK_PATH=/Applications/DarwinPorts/iTerm.app/ Contents/Frameworks exec /Applications/DarwinPorts/iTerm.app/Contents/MacOS/iTerm-bin
Something similar is how I get Safari to run with Webkit nightly builds. nice... a bit ugly but should work -- would this sort of fix be integrated into darwinports?
It could be (if necessary), but I don't know if that's needed for everyone who has build iTerm, or just you ;-) (since I haven't heard anyone complain of it before).
If it's a build problem that effects everyone, then the better solution would be to get it fixed upstream, though. -- Daniel J. Luke +========================================================+ | *---------------- dluke@geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+
_______________________________________________ macports-dev mailing list macports-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-dev
Randall Wood rhwood@mac.com "The rules are simple: The ball is round. The game lasts 90 minutes. All the rest is just philosophy."
participants (7)
-
Cédric Luthi
-
Daniel J. Luke
-
Kevin Ballard
-
Mark Moll
-
Niel Drummond
-
Randall Wood
-
robert delius royar