Re: Renew Julia Language

2025-04-10 Thread Shane Ambler
2. Is there any manual available to port it? Information about creating and maintaining ports can be found in the porters handbook, this is about ports, not general compiling code on FreeBSD. https://docs.freebsd.org/en/books/porters-handbook/ -- FreeBSD - the place to B...Software Developing Shane Ambler

Re: Subpackage explanations

2024-01-24 Thread Shane Ambler
plit a package in smaller ones: one with docs > (-doc), one with static libraries and headers (-dev), one with manpages > (-man), one with examples (-examples), and so on. To me that sounds like the easy first use case. Turn the doc/test/example options into subpackages. -- FreeBSD - the place to B...Software Developing Shane Ambler

Re: Unmaintained FreeBSD ports which are out of date

2023-03-06 Thread Shane Ambler
to the blender addon, not the base library. And these daily builds are described as "daily developer testing build" -- FreeBSD - the place to B...Software Developing Shane Ambler

Re: Poudriere not making packagesite.pkg

2022-12-15 Thread Shane Ambler
On 16/12/22 3:14 pm, Tatsuki Makino wrote: > Hello. > Shane Ambler wrote on 2022/12/16 13:26: >> When I build a port with poudriere I am not getting the meta and >> packagsite files to update pkg, leaving me unable to install pkgs onto >> the host system >> Any idea

Poudriere not making packagesite.pkg

2022-12-15 Thread Shane Ambler
unable to install pkgs onto the host system Any ideas why this has stopped working? -- FreeBSD - the place to B...Software Developing Shane Ambler

excessive port build time

2022-12-13 Thread Shane Ambler
local/lib/python3.8 -type f | wc -l 149591 Maybe the lib search can be limited by depth or bypass folders such as pythonXX/site-packages -- FreeBSD - the place to B...Software Developing Shane Ambler

Re: Blender

2022-10-18 Thread Shane Ambler
age without building issues. I recall the osd examples/tests showing tbb to be a better if not equal option to omp. -- FreeBSD - the place to B...Software Developing Shane Ambler

Re: Python version dependencies in pkg

2022-10-10 Thread Shane Ambler
On 10/10/22 2:41 pm, Tatsuki Makino wrote: > Shane Ambler wrote on 2022/10/10 12:04: >> On 8/10/22 3:06 pm, Tatsuki Makino wrote: >> > >> make -C /usr/ports/devel/py-six/ -V _PYTHON_VERSIONS -V >> _PYTHON_VERSION_MINIMUM -V _PYTHON_VERSION_MAXIMUM -V _VALID_PYTHON

Re: Python version dependencies in pkg

2022-10-09 Thread Shane Ambler
get different values. Also check that you have a complete up-to-date ports tree, a local modification can prevent git checkouts. -- FreeBSD - the place to B...Software Developing Shane Ambler

Re: Python version dependencies in pkg

2022-10-03 Thread Shane Ambler
On 3/10/22 2:06 pm, Tatsuki Makino wrote: > I tend to just keep the answer in my head and forget the why :) > And a point I remembered. > > Shane Ambler wrote on 2022/10/02 12:27: >> While making or updating a port, I build and install for each flavour >> before testing w

Re: Python version dependencies in pkg

2022-10-01 Thread Shane Ambler
On 30/9/22 4:37 pm, Tatsuki Makino wrote: > Shane Ambler wrote on 2022/09/30 13:54: >> On 30/9/22 7:05 am, Tatsuki Makino wrote: >>> Currently, two versions of Python are allowed to be installed on FreeBSD. >>> One is Python 2.7 but EOL. >> >> You can insta

Re: Python version dependencies in pkg

2022-09-29 Thread Shane Ambler
nk you can search for specific annotation values, but you can get all flavour values and grep that for py or py version. pkg annotate -aS flavor | grep py38 -- FreeBSD - the place to B...Software Developing Shane Ambler

Re: Python version dependencies in pkg

2022-09-29 Thread Shane Ambler
6.6_1,1 py39-numpy-1.16.6_1,1 Being the maintainer of some py modules, I have them all installed so I can verify that all py versions build and install without conflict. -- FreeBSD - the place to B...Software Developing Shane Ambler