Codebase list csound / 70f99c9
Correctly install ctcsound Upstream installs both in python2 and python3 path. As it is the same file, just install them both to the same place Felipe Sateler 4 years ago
2 changed file(s) with 2 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00
11
22 set(Python_ADDITIONAL_VERSIONS "@PYVERSION@")
3 set(PYTHON_MODULE_INSTALL_DIR "@PYLIBPATH@")
43 #set(JAVA_MODULE_INSTALL_DIR "")
54 set(LUA_MODULE_INSTALL_DIR "lib/lua/5.1/")
65 set(EIGEN3_INCLUDE_DIR "/usr/include/")
3939 -DBUILD_TESTS=ON \
4040 -DUSE_COMPILER_OPTIMIZATIONS=OFF \
4141 -DPYTHON_MODULE_INSTALL_DIR=/usr/lib/python$(PYVERSION)/dist-packages \
42 -DPYTHON3_MODULE_INSTALL_DIR=/usr/lib/python$(PYVERSION)/dist-packages \
4243 -DJAVA_MODULE_INSTALL_DIR=/usr/lib \
4344 -DLUA_MODULE_INSTALL_DIR=/usr/lib/lua/5.1/ \
4445 -DUSE_ATOMIC_BUILTIN=ON \
127128
128129 PACKAGE_DATE = $(shell env --ignore-environment TZ=UTC LANG=C date -d@$(SOURCE_DATE_EPOCH) +%F)
129130 PYVERSION = $(shell py3versions -vd)
130 PYLIBPATH2 = lib/python$(PYVERSION)/dist-packages
131131
132132 override_dh_auto_configure:
133 sed -e 's,@PYLIBPATH@,$(PYLIBPATH2),' -e 's,@MTUNE@,$(MTUNE),' \
133 sed -e 's,@MTUNE@,$(MTUNE),' \
134134 -e 's,@ENABLE_SIMD@,$(ENABLE_SIMD),' \
135135 -e 's,@DATE@,$(PACKAGE_DATE),' -e 's,@PYVERSION@,$(PYVERSION),' \
136136 debian/Custom.cmake > \