mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 21:53:40 +00:00
Release V0.6.0 alpha 2
install in standard python dir bump up version
This commit is contained in:
@@ -24,7 +24,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON) # not necessary, but encouraged
|
|||||||
project (IfcOpenShell VERSION 0.6.0)
|
project (IfcOpenShell VERSION 0.6.0)
|
||||||
|
|
||||||
# use extra version to make pre-release using eg semver
|
# use extra version to make pre-release using eg semver
|
||||||
set( EXTRA_VERSION "-alpha.1")
|
set( EXTRA_VERSION "-alpha.2")
|
||||||
|
|
||||||
foreach(max_year RANGE 2014 2030)
|
foreach(max_year RANGE 2014 2030)
|
||||||
set(max_sdk "$ENV{ADSK_3DSMAX_SDK_${max_year}}")
|
set(max_sdk "$ENV{ADSK_3DSMAX_SDK_${max_year}}")
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ IF(PYTHONINTERP_FOUND AND NOT "${PYTHON_EXECUTABLE}" STREQUAL "")
|
|||||||
OUTPUT_VARIABLE python_package_dir
|
OUTPUT_VARIABLE python_package_dir
|
||||||
)
|
)
|
||||||
ENDIF()
|
ENDIF()
|
||||||
set(python_package_dir ${CMAKE_INSTALL_LIBDIR}/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages/)
|
set(python_package_dir ${CMAKE_INSTALL_LIBDIR}/python${PYTHON_VERSION_MAJOR}/dist-packages/)
|
||||||
IF("${python_package_dir}" STREQUAL "")
|
IF("${python_package_dir}" STREQUAL "")
|
||||||
MESSAGE(WARNING "Unable to locate Python site-package directory, unals /ble to install the Python wrapper")
|
MESSAGE(WARNING "Unable to locate Python site-package directory, unals /ble to install the Python wrapper")
|
||||||
ELSE()
|
ELSE()
|
||||||
|
|||||||
Reference in New Issue
Block a user