Re: missing ports?

2016-06-02 Thread David Strubbe
Hi Ryan, Yes this looks like some kind of problem in the port index or its interface. It may be related to the fact that "agree" has primary category textproc, but secondary category amusements, though I would certainly have expected it therefore to show up in both categories. $ port info agree a

Re: How add variant when upgrading octave

2016-05-23 Thread David Strubbe
nt +gcc5 conflicts with +gcc48 (previously installed > was older version of qrupdate +atlas +gcc48). > > And then > > sudo port upgrade qrupdate +atlas +gcc48 > > gave error > > Error: org.macports.fetch for port qrupdate returned: must set at least > one Fortran varia

Re: How add variant when upgrading octave

2016-05-23 Thread David Strubbe
Try +gcc5. (There is no +gfortran variant since this port uses only Fortran.) On Mon, May 23, 2016 at 5:08 PM, Murray Eisenberg wrote: > Tried > > sudo port upgrade --enforce-variants octave -gcc48 +gfortran > > but following the automatic installation of fftw-3-single > @3.3.4_1+gfortran >

Re: Questions for installing openmpi on Os X 10.9.5

2016-02-25 Thread David Strubbe
Everything looks normal in your log. Yes there are a lot of dependencies required for openmpi. Of course you can uninstall each port that was installed if you don't want them. David On Thu, Feb 25, 2016 at 2:28 AM, Kulemin Alexander wrote: > I have macbook air 13 Mid 2013: > ltWolfer$ sw_vers >

Re: py33-scipy problem

2016-01-21 Thread David Strubbe
As the message says, you need to select a Fortran variant. You have not. You can see this from the fact that the file trying to be fetched is py33-scipy-0.16.1_0.darwin_13.x86_64.tbz2 not py33-scipy-0.16.1_0+gcc48.darwin_13.x86_64.tbz2. Yes, you had py33-scipy +gcc48 installed previously, and macpo

Re: serial and parallel hdf5

2016-01-20 Thread David Strubbe
Right, you can only use one at a time. I think the options are (1) rewrite the application to use only parallel (can't the parallel library do serial operations too?); (2) make a second installation of macports with a different prefix (not /opt/local), and install hdf5 serial in one and parallel in

Re: Error upgrading macports

2016-01-04 Thread David Strubbe
Have you tried doing what the message suggests? install xorg-libXt with +flat_namespace David On Mon, Jan 4, 2016 at 5:11 PM, Ted Kord wrote: > Hello, > > Upgrading macports gets stuck when openmotif. The last few lines of the > log file are > > 40 :msg:archivefetch ---> Fetching archive for o

Re: Xtide version and annual data file - Apologies for typo

2015-12-31 Thread David Strubbe
I have updated xtide, xtide-data, and libtcd, and taken over maintenance of these ports. David On Sun, Dec 27, 2015 at 9:34 PM, Dan Hinckley wrote: > I note that Xtide has a “no maintainer” status so am not sure to whom I > should direct this: > > Current Macports Xtide Version and data on Macp

Re: Is it possible to have X11 and Quartz side-by-side?

2015-12-03 Thread David Strubbe
You don't have to uninstall; you can deactivate the gtk +quartz port instead, and switch with activate/deactivate between the two gtk variants depending on which ports you are trying to build or use. Still not very convenient, unfortunately. David On Thu, Dec 3, 2015 at 9:46 AM, Gustavo Seabra w

Re: PortIndex failing for a few ports due to hdf5 not active

2015-11-19 Thread David Strubbe
Yes this was due to a mistake in r142662, now fixed. However, it is also due to the fact that cdo and ncarg seem to need hdf5 but do not declare it as a dependency. Additionally, cdo, ncarg, and hdfeos5 all use the mpi portgroup strangely (e.g. below), in trying to check how hdf5 was installed wh

Re: Hand-holding please - openmotif

2015-11-01 Thread David Strubbe
port install xorg-libXt +flat_namespace On Sun, Nov 1, 2015 at 7:55 PM, Dave Horsfall wrote: > :error:archivefetch org.macports.archivefetch for port openmotif returned: > xorg-libXt must be installed with +flat_namespace. > > How exactly do I do this? I have never ever touched anything to do w

Re: gcc49 vs gcc48

2015-10-29 Thread David Strubbe
t; and recompile them using gcc49? > > Thanks! > > Fab > > On 29 October 2015 at 21:52, David Strubbe wrote: > >> port install gcc49 >> >> On Thu, Oct 29, 2015 at 5:46 PM, Fabrizio Salvatore < >> p.fabrizio.salvat...@googlemail.com> wrote: >>

Re: gcc49 vs gcc48

2015-10-29 Thread David Strubbe
port install gcc49 On Thu, Oct 29, 2015 at 5:46 PM, Fabrizio Salvatore < p.fabrizio.salvat...@googlemail.com> wrote: > Hi Paolo, > > would you be so kind to tell me where you got gcc49 from an how you built > it? > > Thanks! > > Fab > > On 29 October 2015 at 11:16, Paolo Denti wrote: > >> I had

Re: Does MacPorts provides its Test/QA results online?

2015-10-28 Thread David Strubbe
run automatically -- but they should not have anything to do with the compilation failures in that ticket; if compilation fails, it is not possible to run tests anyway. On Wed, Oct 28, 2015 at 8:38 PM, Jeffrey Walton wrote: > On Wed, Oct 28, 2015 at 8:01 PM, David Strubbe > wrote: > &g

Re: Does MacPorts provides its Test/QA results online?

2015-10-28 Thread David Strubbe
What kind of test/QA results are you talking about? Whose issue 37664? On Wed, Oct 28, 2015 at 6:55 PM, Jeffrey Walton wrote: > Hi Everyone, > > My apologies in advance for a question like this... > > I am trying to gather statistics and telemetry. I'm interested in the > results of compiling th

Re: MacPorts 2.3.4 has been released

2015-10-02 Thread David Strubbe
Shouldn't this be in the News page? http://trac.macports.org/news/ On Thu, Oct 1, 2015 at 5:51 PM, Dave Horsfall wrote: > On Thu, 1 Oct 2015, Clemens Lang wrote: > > > > I don't see a mention of putting the post-install notes at the end; > > > did it get included? > > > > No, that's a new featur

Re: Get MacPorts to forget about my Fink install

2015-09-30 Thread David Strubbe
Does that file still exist? On Wed, Sep 30, 2015 at 5:09 PM, Stephen J. Butler wrote: > Hi. > > I'm transitioning from Fink to MacPorts. When I initially setup my > MacPorts install I *thought* I had removed all my Fink stuff from my path. > Everything was working and I was happy, so I deleted m

Re: building atlas fails

2015-07-03 Thread David Strubbe
The message really means the gccX port, which would include a Fortran compiler. However, your gcc from the system does not include a Fortran compiler. On Sat, Jul 4, 2015 at 12:31 AM, don magnify wrote: > > hi all.. > > check out this awesomeness: > > > $ sudo port install atlas > ---> Configur

Re: OpenMP?

2015-03-09 Thread David Strubbe
Hi, There is no relation between OpenMPI (i.e. the port openmpi you mention) and OpenMP (which is a way of doing multithreading). Unfortunately similar acronyms, but that's the only connection. David On Mon, Mar 9, 2015 at 9:11 PM, Jan Steinman wrote: > I have built pdf2djvu with MacPorts, but

Re: Status of gfortran?

2015-03-07 Thread David Strubbe
Hi Comer, GCC = Gnu compiler collection, as well as meaning the Gnu C compiler. So, the gcc ports include gfortran among other compilers. g95 is a related fortran compiler. David On Sat, Mar 7, 2015 at 4:02 PM, Comer Duncan wrote: > Can someone please tell me the status of gfortran for yosemit

Re: Tears and Wailing

2014-02-17 Thread David Strubbe
In this context, what would "clutch dagga between teeth and climb to top of tower" mean...? On Sun, Feb 16, 2014 at 8:32 AM, Landon J Fuller wrote: > > On Feb 14, 2014, at 8:42 PM, James Linder wrote: > > > I don't like mavericks spaces ... > > This is a non-MacPorts aside, but I highly recomme

Re: no .mod files in netcdf library directory

2013-11-17 Thread David Strubbe
You need to install netcdf-fortran. David On Sun, Nov 17, 2013 at 11:33 PM, Gmail wrote: > Hi all > > I used macports to install netcdf. However there is no .mod files in > netcdf library directory. When I compiler a fortran code which uses netcdf, > the netcdf.mod can not be found. So does so

Re: GCC48 & GCC47 + FFTW-3

2013-08-29 Thread David Strubbe
Let me just comment: I am not sure there is any reason to try to swap everything from gcc47 to gcc48. There are probably only a few cases where there would be some incompatibility (and likely only at build time), and so Federico could just rebuild ports insofar as any problem is found. David On