climt icon indicating copy to clipboard operation
climt copied to clipboard

add support for MacPorts and FreeBSD pkg/ports

Open tenomoto opened this issue 3 years ago • 2 comments

I modified setup.py to find MacPorts and FreeBSD pkg/ports compilers.

Currently python setup.py install can be used with MacPorts. pip can be used for build but rpath problem at runtime with MacPorts.

On FreeBSD pip install --user . works fine from the repo directory.

tenomoto avatar Jul 10 '22 09:07 tenomoto

Thanks a lot for this! Could you also update HISTORY.rst and add your name to the contributors list?

JoyMonteiro avatar Jul 11 '22 04:07 JoyMonteiro

I accept your invitation to add myself to the contributors. The next tag would be v0.16.26 in HISTORY.rst, right?

tenomoto avatar Jul 12 '22 00:07 tenomoto