Mailinglist Archive: zypp-devel (227 mails)
| < Previous | Next > |
Re: [zypp-devel] sat-solver and python
- From: Michael Matz <matz@xxxxxxx>
- Date: Fri, 11 Apr 2008 15:29:41 +0200 (CEST)
- Message-id: <Pine.LNX.4.64.0804111528580.20583@xxxxxxxxxxxxx>
Hi,
On Fri, 11 Apr 2008, Martin Vidner wrote:
Huh? How in the world could you end up with the library, but not the
python executable installed?
Ciao,
Michael.
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
On Fri, 11 Apr 2008, Martin Vidner wrote:
I needed to compile sat-solver (because it provides necessary api
but is not in autobuild yet...) and this patch was necessary for an
unknown reason...
-IF (PYTHON_LIBRARY)
+IF (PYTHON_EXECUTABLE AND PYTHON_LIBRARY)
ADD_SUBDIRECTORY(python)
-ENDIF(PYTHON_LIBRARY)
+ENDIF(PYTHON_EXECUTABLE AND PYTHON_LIBRARY)
Huh? How in the world could you end up with the library, but not the
python executable installed?
Ciao,
Michael.
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
| < Previous | Next > |