* All Tools:

- New: Added FreeBSD/Ubuntu patches from Otacilio De Araujo
       (<otaciliodearaujo@gmail.com>).
This commit is contained in:
Jean-Paul Chaput 2012-12-03 08:20:18 +00:00
parent 47dc198d9f
commit 64e4d7f259
4 changed files with 5 additions and 3 deletions

View File

@ -4,7 +4,7 @@
# inside a Python function.
svnconfig = { 'method':'svn+ssh://coriolis.soc.lip6.fr' }
svnconfig = { 'method':'svn+ssh://bip.soc.lip6.fr' }
projectdir = 'coriolis-2.x'

View File

@ -4,6 +4,7 @@
FindPythonSitePackages.cmake
FindLEFDEF.cmake
FindBootstrap.cmake
FindLibexecinfo.cmake
)
install ( FILES ${finders} DESTINATION share/cmake/Modules )

View File

@ -73,8 +73,8 @@
#
set(CMAKE_C_FLAGS_DEBUG "-g -Wall" CACHE STRING "Debug options." FORCE)
set(CMAKE_CXX_FLAGS_DEBUG "-g -Wall" CACHE STRING "Debug options." FORCE)
set(CMAKE_C_FLAGS_RELEASE "-O3 -DNDEBUG -Wall" CACHE STRING "Release options." FORCE)
set(CMAKE_CXX_FLAGS_RELEASE "-O3 -DNDEBUG -Wall" CACHE STRING "Release options." FORCE)
set(CMAKE_C_FLAGS_RELEASE "-O2 -DNDEBUG -Wall" CACHE STRING "Release options." FORCE)
set(CMAKE_CXX_FLAGS_RELEASE "-O2 -DNDEBUG -Wall" CACHE STRING "Release options." FORCE)
#

View File

@ -173,6 +173,7 @@ if __name__ == "__main__":
sitePackagesDir = "%s/python%s/dist-packages" % (absLibDir,version)
strippedPythonPath = "%s:" % (sitePackagesDir) + strippedPythonPath
strippedPythonPath = "%s/crlcore:" % (sitePackagesDir) + strippedPythonPath
strippedPythonPath = "%s/cumulus:" % (sitePackagesDir) + strippedPythonPath
strippedPythonPath = "%s/stratus:" % (sitePackagesDir) + strippedPythonPath