Re: port select python and config error

2018-10-28 Thread Joshua Root
On 2018-10-29 10:49 , Mark Brethen wrote: > There is no python setup file. The makefile uses python-config to get > the path to the python header files. When port select sets python to > none, it builds with apple python 2.7 without error. When port select > sets python to python27 it fails because

Re: port select python and config error

2018-10-28 Thread Mark Brethen
There is no python setup file. The makefile uses python-config to get the path to the python header files. When port select sets python to none, it builds with apple python 2.7 without error. When port select sets python to python27 it fails because it cannot find a python setup. In the termina

Re: port select python and config error

2018-10-28 Thread Mark Brethen
Mark Brethenmark.bret...@gmail.com On Oct 28, 2018, at 5:46 PM, Ryan Schmidt wrote:setup.py is where a python project defines how it is to be set up. It's like a configure file. It's specific to each project. There isn't a default. Maybe for this software the configure

Re: port select python and config error

2018-10-28 Thread Mark Brethen
> On Oct 28, 2018, at 5:46 PM, Ryan Schmidt wrote: > > > > On Oct 28, 2018, at 16:50, Mark Brethen wrote: > >> brethen-air:~ marbre$ port select --summary >> Warning: port definitions are more than two weeks old, consider updating >> them by running 'port selfupdate'. >> Name Selected

Re: port select python and config error

2018-10-28 Thread Ryan Schmidt
On Oct 28, 2018, at 16:50, Mark Brethen wrote: > brethen-air:~ marbre$ port select --summary > Warning: port definitions are more than two weeks old, consider updating them > by running 'port selfupdate'. > Name Selected Options > === > clang none

Re: port select python and config error

2018-10-28 Thread Joshua Root
On 2018-10-29 09:03 , Mark Brethen wrote: > It looks to me that it failed because the source does not provide a > ‘setup.py’ configuration file. Apple must provide a default setup. The python portgroup is for software that builds with a setup.py. If this software doesn't have one, don't use it.

Re: port select python and config error

2018-10-28 Thread Mark Brethen
It looks to me that it failed because the source does not provide a ‘setup.py’ configuration file. Apple must provide a default setup. Mark Brethen mark.bret...@gmail.com > On Oct 28, 2018, at 4:50 PM, Mark Brethen wrote: > > brethen-air:~ marbre$ port select --summary > Warning: port defini

Re: port select python and config error

2018-10-28 Thread Mark Brethen
brethen-air:~ marbre$ port select --summary Warning: port definitions are more than two weeks old, consider updating them by running 'port selfupdate'. Name Selected Options === clang none mp-clang-6.0 none cython none cython36 non

Re: port select python and config error

2018-10-28 Thread Mark Brethen
brethen-air:~ marbre$ port select --summary Name Selected Options === clang none mp-clang-6.0 none cython none cython36 none gccnone mp-gcc7 none ipythonpy34-ipython none llvm none mp-llvm-3.4 mp

Re: port select python and config error

2018-10-28 Thread Mark Brethen
I didn’t seem to matter. I tried both python27 and 36. Mark Brethen mark.bret...@gmail.com > On Oct 28, 2018, at 4:08 PM, Mark Brethen wrote: > > Quite by accident I have discovered a flaw with my libreduce port as regards > to "port select —set python". I had not set a default python versi

Re: port select python and config error

2018-10-28 Thread Ryan Schmidt
On Oct 28, 2018, at 16:08, Mark Brethen wrote: > Quite by accident I have discovered a flaw with my libreduce port as regards > to "port select —set python". I had not set a default python version before I > built the reduce libraries, unaware it was using apple's system python 2.7 to > buil