[med-svn] [Git][med-team/seqan2][debian/experimental] Deleted 1 commit: stick to a single-core build
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Wed Aug 14 16:09:00 BST 2024
Michael R. Crusoe pushed to branch debian/experimental at Debian Med / seqan2
WARNING: The push did not contain any new commits, but force pushed to delete the commits and changes below.
Deleted commits:
a5d0f57e by Michael R. Crusoe at 2024-08-13T16:28:23+02:00
stick to a single-core build
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -4,7 +4,6 @@ seqan2 (2.5.0~rc1+dfsg-1) UNRELEASED; urgency=medium
* New upstream version
* Rely on pre-initialized dpkg-architecture variables.
* d/patches: many patches upstreamed and removed.
- * d/rules: remove max build limit for amd64 from 2018.
* Skip building razers & razers3 on all architectures.
* d/rules: configure with -DALIGN_SIMD_TEST=FALSE as per upstream, to
avoid compiling a 256+ level template in debug mode which takes up too
=====================================
debian/rules
=====================================
@@ -21,7 +21,7 @@ export DEB_CFLAGS_MAINT_APPEND+=-O3
export DEB_CXXFLAGS_MAINT_APPEND+=-DNDEBUG -O3
# Disable parallel building to save memory
-# MAX_PARALLEL=--max-parallel=1
+MAX_PARALLEL=--max-parallel=1
pkgapps=seqan-apps
pkgdev=libseqan2-dev
@@ -57,7 +57,8 @@ endif
override_dh_auto_configure-indep:
dh_auto_configure --indep -B build -- \
-DSEQAN_BUILD_SYSTEM=SEQAN_RELEASE_LIBRARY -DSEQAN_NO_DOX=1 \
- -DSEQAN_DISABLE_REVISION_INFO=1
+ -DSEQAN_DISABLE_REVISION_INFO=1 \
+ -DALIGN_SIMD_TEST=FALSE
override_dh_auto_build-arch:
dh_auto_build --arch ${MAX_PARALLEL}
View it on GitLab: https://salsa.debian.org/med-team/seqan2/-/commit/a5d0f57e9cd84a63ded39b7c0f803a1205453c60
--
View it on GitLab: https://salsa.debian.org/med-team/seqan2/-/commit/a5d0f57e9cd84a63ded39b7c0f803a1205453c60
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/20240814/8dbfacc2/attachment-0001.htm>
More information about the debian-med-commit
mailing list