Postgres Tutorial

2013-06-21 Thread Stephen Rasku
It appears that the the Postgres tutorial is not installed for MacPorts. I am using 9.0.10. Is there a separate port for this or do I have to download the source tarball and extract it from that? ...Stephen ___ macports-users mailing list macports-user

qwt60 examples

2013-06-21 Thread MK-MacPorts
Hi, I would like to test qwt (especially qwt60) here on my Snow Leopard. See also https://trac.macports.org/ticket/39495 As of now I have copied the example files folder 'examples' manually from the extracted distribution into a local folder of mine. When I now check for existence of pri files

Re: How resolve upgrade of arpack?

2013-06-21 Thread Murray Eisenberg
On Jun 21, 2013, at 11:25 AM, Lawrence Velázquez wrote: > On Jun 21, 2013, at 11:07 AM, Murray Eisenberg > wrote: > >> With MacPorts 2.1.3 installed, command "port outdated" shows, among others: >> >> arpack 3.1.2_1 < 3.1.3_0 >> >> Command "port upgrade outdated" giv

Re: How resolve upgrade of arpack?

2013-06-21 Thread Brandon Allbery
On Fri, Jun 21, 2013 at 11:07 AM, Murray Eisenberg < murrayeisenb...@gmail.com> wrote: > With MacPorts 2.1.3 installed, command "port outdated" shows, among others: > > arpack 3.1.2_1 < 3.1.3_0 > > Command "port upgrade outdated" gives error: > > Error: arpack: Variant

Re: How resolve upgrade of arpack?

2013-06-21 Thread Lawrence Velázquez
On Jun 21, 2013, at 11:07 AM, Murray Eisenberg wrote: > With MacPorts 2.1.3 installed, command "port outdated" shows, among others: > > arpack 3.1.2_1 < 3.1.3_0 > > Command "port upgrade outdated" gives error: > > Error: arpack: Variant openmpi conflicts with gcc45

How resolve upgrade of arpack?

2013-06-21 Thread Murray Eisenberg
With MacPorts 2.1.3 installed, command "port outdated" shows, among others: arpack 3.1.2_1 < 3.1.3_0 Command "port upgrade outdated" gives error: Error: arpack: Variant openmpi conflicts with gcc45 Error: Unable to open port: Error evaluating variants >From "port

Re: MacPorts and OpenMP---or how to build "everything" with MacPorts GCC?

2013-06-21 Thread Dominik Reichardt
Universal builds are needed because not everything runs as 64bit build which is native to current OS X machines. Examples are Wine and DOSBox. Am 21.06.2013 um 12:54 schrieb Hans Ekkehard Plesser : > > Dear all! > > Thank you very much for your comprehensive answers! I will give the > defaul

Re: MacPorts and OpenMP---or how to build "everything" with MacPorts GCC?

2013-06-21 Thread Hans Ekkehard Plesser
Dear all! Thank you very much for your comprehensive answers! I will give the default_compilers switch a shot. I realize that Clang has many advantages compared to GCC, it is just unfortunate that it lags behind on OpenMP. Let's hope that OpenMP will make it into Clang soon (and into the vers

Re: MacPorts and OpenMP---or how to build "everything" with MacPorts GCC?

2013-06-21 Thread Lawrence Velázquez
On Jun 20, 2013, at 8:41 AM, Hans Ekkehard Plesser wrote: > I much appreciate MacPorts philosophy of making itself maximally independent > from tools shipped with OSX. Therefore, I have never quite understood why > MacPorts insists on using the system compiler. I very well understand that it

Re: MacPorts and OpenMP---or how to build "everything" with MacPorts GCC?

2013-06-21 Thread Lawrence Velázquez
On Jun 21, 2013, at 2:30 AM, Ryan Schmidt wrote: > On Jun 20, 2013, at 07:41, Hans Ekkehard Plesser wrote: > >> Everything would be solved if I could download MacPorts, configure it to >> use, e.g., MacPorts gcc 4.7 to build everything, and then install all the >> ports I need for NEST > > Yo