[med-svn] [Git][med-team/rna-star][master] 2 commits: Clean pre-each build so as to _really_ build for each SIMD level
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Wed Aug 18 11:31:09 BST 2021
Nilesh Patra pushed to branch master at Debian Med / rna-star
Commits:
9b8f2a8e by Nilesh Patra at 2021-08-18T10:10:32+00:00
Clean pre-each build so as to _really_ build for each SIMD level
- - - - -
51fadded by Nilesh Patra at 2021-08-18T15:44:53+05:30
Upload to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+rna-star (2.7.9a+dfsg-3) unstable; urgency=medium
+
+ * d/salsa-ci.yml: Reprotest is enabled, disable blhc and i386 build
+ * Clean pre-each build so as to build all files for each SIMD level
+
+ -- Nilesh Patra <nilesh at debian.org> Wed, 18 Aug 2021 15:43:45 +0530
+
rna-star (2.7.9a+dfsg-2) unstable; urgency=medium
* d/p/do-not-enforce-avx2.patch: Remove usage of
=====================================
debian/rules
=====================================
@@ -23,8 +23,8 @@ export DEB_CXXFLAGS_MAINT_APPEND+=-O3
override_dh_auto_build:
ifeq ($(DEB_HOST_ARCH),amd64)
mkdir --parents $(libexecdir)
- $(foreach SIMD,$(AMD64_SIMD_LEVELS),dh_auto_build -- SFX=-$(SIMD) CCFLAGS_common_add="-flto $(CCFLAGS)" CXXFLAGS="$(CXXFLAGS) -m$(SIMD)" LDFLAGS_add="$(LDFLAGS)" STAR-$(SIMD) STARlong-$(SIMD) && ) true
- dh_auto_build -- SFX=-plain CCFLAGS_common_add="-flto $(CCFLAGS)" CCFLAGS="$(CCFLAGS)" LDFLAGS_add="$(LDFLAGS)" STAR-plain STARlong-plain
+ $(foreach SIMD,$(AMD64_SIMD_LEVELS),dh_auto_clean ; dh_auto_build -- SFX=-$(SIMD) CCFLAGS_common_add="-flto $(CCFLAGS)" CXXFLAGS="$(CXXFLAGS) -m$(SIMD)" LDFLAGS_add="$(LDFLAGS)" STAR-$(SIMD) STARlong-$(SIMD) && ) true
+ dh_auto_clean ; dh_auto_build -- SFX=-plain CCFLAGS_common_add="-flto $(CCFLAGS)" CCFLAGS="$(CCFLAGS)" LDFLAGS_add="$(LDFLAGS)" STAR-plain STARlong-plain
cp source/STAR-plain source/STARlong-plain $(libexecdir)/
else
dh_auto_build -- CCFLAGS_common_add="-flto $(CCFLAGS)" CCFLAGS="$(CCFLAGS)" LDFLAGS_add="$(LDFLAGS)" STAR STARlong
View it on GitLab: https://salsa.debian.org/med-team/rna-star/-/compare/e89b6ff07253a297c9250bdda6c90fb94dd973f3...51fadded0d67b96a83f8a23d4ab86cb993f36ba3
--
View it on GitLab: https://salsa.debian.org/med-team/rna-star/-/compare/e89b6ff07253a297c9250bdda6c90fb94dd973f3...51fadded0d67b96a83f8a23d4ab86cb993f36ba3
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/20210818/cebd8a3f/attachment-0001.htm>
More information about the debian-med-commit
mailing list