[med-svn] [Git][med-team/seqan2][debian/experimental] 2 commits: fixup patch

Michael R. Crusoe (@crusoe) gitlab at salsa.debian.org
Tue Aug 13 15:29:19 BST 2024



Michael R. Crusoe pushed to branch debian/experimental at Debian Med / seqan2


Commits:
1999f4c6 by Michael R. Crusoe at 2024-08-13T11:14:54+02:00
fixup patch

- - - - -
a5d0f57e by Michael R. Crusoe at 2024-08-13T16:28:23+02:00
stick to a single-core build

- - - - -


3 changed files:

- debian/changelog
- debian/patches/skip-some-apps-on-some-archs
- 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/patches/skip-some-apps-on-some-archs
=====================================
@@ -13,7 +13,7 @@ then update debian/README.Debian
      return ()
  endif (SEQAN_GH_ACTIONS_BUILD)
  
-+message (STATUS "  Not building razers on mips due to memory requirements.")
++message (STATUS "  Not building razers due to memory requirements.")
 +return ()
 +
  # ----------------------------------------------------------------------------
@@ -25,7 +25,7 @@ then update debian/README.Debian
  
  set (SEQAN_APP_VERSION "3.5.9")
  
-+message (STATUS "  Not building razers3 on mips due to memory requirements.")
++message (STATUS "  Not building razers3 due to memory requirements.")
 +
  # ----------------------------------------------------------------------------
  # Dependencies


=====================================
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/-/compare/5f3c5aa4493d3916d55fbd185dff74273b027984...a5d0f57e9cd84a63ded39b7c0f803a1205453c60

-- 
View it on GitLab: https://salsa.debian.org/med-team/seqan2/-/compare/5f3c5aa4493d3916d55fbd185dff74273b027984...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/20240813/8e214a44/attachment-0001.htm>


More information about the debian-med-commit mailing list