[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-buildsystem
Subject:    Re: can't install kdebase, needs root
From:       Michael Jansen <kde () michael-jansen ! biz>
Date:       2010-06-24 20:08:47
Message-ID: 201006242208.57257.kde () michael-jansen ! biz
[Download RAW message or body]


> > It adds a cache variable PYTHON_SITE_PACKAGES_INSTALL_DIR, which is
> > relative by default, so it will be inside CMAKE_INSTALL_PREFIX.
> > Additionally it makes PYTHON_SITE_PACKAGES_DIR a FORCED cache variable,
> > it is not intended to be changed. But by having it in the cache, it can
> > be seen by the user.
> > Additionally it puts PYTHON_INCLUDE_DIR in the cache.
> > 
> > Then the new variable is used in kdebase (...which makes
> > kdebase/workspace/ require this version of kdelibs then).
> > 
> > What do you think ?
> 
> Committed, with a small change so updating kdelibs is not immediately
> necessary.


      # This one is intended to be used and changed by the user for installing own modules:
set(PYTHON_SITE_PACKAGES_INSTALL_DIR lib/python${PYTHON_SHORT_VERSION}/site-packages CACHE PATH "The 
directory where python modules will be installed to.")

Shouldn't that use LIB_SUFFIX?

set(PYTHON_SITE_PACKAGES_INSTALL_DIR lib${LIB_SUFFIX}/python${PYTHON_SHORT_VERSION}/site-packages 
CACHE PATH "The directory where python modules will be installed to.")

Mike
_______________________________________________
Kde-buildsystem mailing list
Kde-buildsystem@kde.org
https://mail.kde.org/mailman/listinfo/kde-buildsystem
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic