Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 May 2015 15:44:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 199929] [NEW PORT] math/cryptominisat
Message-ID:  <bug-199929-13-a2fvkr4Mdj@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-199929-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-199929-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199929

--- Comment #3 from 6yearold@gmail.com ---
(In reply to Jan Beich from comment #1)
>WARN: /usr/ports/math/cryptominisat/pkg-plist: [8]: installing shared libraries, please define USE_LDCONFIG as appropriate
>Maybe set SOVERSION, so the library path can be cached by ldconfig(8)
and used not only via RPATH.
Yup, but what's the proper way to do this? Make a symlink at post-install?

>USES=python with no version specified is for ports that support both
python2 and python3. CMakeLists.txt seems to disagree:

As with find_package(Boost 1.46) case, this version number is a minimum version
required. Since cryptominisat author doesn't check for actual version of python
that have been found, i thought it should work with any python that is 2.7+.

> Why not create a separate USE_PYTHON=distutils port that depends on this one?
I don't see why it's required. The setup.py script is still configured by
CMake, so, from my understanding, i would have to run either cmake or setup.py
manually.

Regarding other problems, i'll fix them and resubmit the port.
Thanks for review.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199929-13-a2fvkr4Mdj>