[MacPorts] #54108: I cannot build g95
MacPorts
noreply at macports.org
Wed May 31 13:12:14 UTC 2017
#54108: I cannot build g95
------------------------+----------------------
Reporter: manulcaux | Owner: tenomoto
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: g95 |
------------------------+----------------------
Comment (by JohnPritchard):
Hi Manu,
Sorry for the delay in replying, I was waiting for email notifications
which never came, probably I have to turn something on somewhere.
Anyway. Indeed it seems you can just try to install it. Let it fail. Then
edit the relevant file, then retry the installation command ("sudo port
install g95") as indicated by Alvaro. I didn't do it like this though, I
created my own custom version of the Portfile and a corresponding patch
file (just by copying the original g95 Portfile and files directory and
making the required modifications) and then installed that Portfile. If
you are still looking for the answer you can try this:
{{{
cd $HOME
ftp http://www.eso.org/~jpritcha/g95/g95.macports.tgz
tar -zxvf g95.macports.tgz
cd lang/g95/
sudo port install
cd ../..
rm -fr lang/g95
rmdir lang
rm g95.macports.tgz
sudo port install g95
}}}
Hope that helps you out.
Cheers
John
--
Ticket URL: <https://trac.macports.org/ticket/54108#comment:9>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list