Skip to content

Commit

Permalink
Update Linux packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Oct 23, 2024
1 parent 6c04f30 commit 26a38f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions distro/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ CXXFLAGS+=$(CPPFLAGS)
DPKG_EXPORT_BUILDFLAGS = 1
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)

PY3VER = $(shell py3versions -d)

%:
dh $@ --buildsystem=cmake --with python3

Expand All @@ -17,7 +15,7 @@ override_dh_auto_configure:
-DCMAKE_SKIP_INSTALL_RPATH:BOOL=ON \
-DCMAKE_INSTALL_PREFIX:PATH=/usr \
-DCMAKE_INSTALL_LIBDIR:PATH=lib/$(DEB_HOST_MULTIARCH) \
-DINSTALL_DESTDIR:PATH=$(CURDIR)/debian/ottemplate \
-DINSTALL_DESTDIR:PATH=$(CURDIR)/debian/otfftw \
-DOTFFTW_PYTHON_MODULE_PATH=lib/python3/dist-packages \
-DCMAKE_UNITY_BUILD=ON

Expand Down

0 comments on commit 26a38f3

Please sign in to comment.