[med-svn] [Git][med-team/libslow5lib][master] Take over Python build stuff from original Makefile as FIXME marked lines
Andreas Tille (@tille)
gitlab at salsa.debian.org
Thu Jun 30 09:59:25 BST 2022
Andreas Tille pushed to branch master at Debian Med / libslow5lib
Commits:
01dcdfc2 by Andreas Tille at 2022-06-30T10:58:49+02:00
Take over Python build stuff from original Makefile as FIXME marked lines
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -15,10 +15,16 @@ override_dh_auto_configure:
dh_auto_configure -- \
-DSLOW5_USE_ZSTD="ON" \
+override_dh_auto_build:
+ dh_auto_build
+#FIXME python3 setup.py build
+#FIXME cp build/lib.*/*.so ./
+
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
cp -a obj-$(DEB_HOST_GNU_TYPE)/libslow5_static.a lib/libslow5.a
$(MAKE) -C test zstd=1
+#FIXME python3 < python/example.py
endif
override_dh_install:
View it on GitLab: https://salsa.debian.org/med-team/libslow5lib/-/commit/01dcdfc24f727c403e3e6af4e536ed682269d17a
--
View it on GitLab: https://salsa.debian.org/med-team/libslow5lib/-/commit/01dcdfc24f727c403e3e6af4e536ed682269d17a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20220630/fff8b823/attachment.htm>
More information about the debian-med-commit
mailing list