[med-svn] [Git][med-team/vg][master] fix for SIMDe patch
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Sun Jan 22 16:11:56 GMT 2023
Michael R. Crusoe pushed to branch master at Debian Med / vg
Commits:
e9a4da40 by Michael R. Crusoe at 2023-01-22T17:11:37+01:00
fix for SIMDe patch
- - - - -
1 changed file:
- debian/patches/simde
Changes:
=====================================
debian/patches/simde
=====================================
@@ -26,7 +26,19 @@ Forwarded: https://github.com/vgteam/vg/pull/2867
if( HAVE_CXA_DEMANGLE )
--- vg.orig/Makefile
+++ vg/Makefile
-@@ -799,7 +799,6 @@
+@@ -584,10 +584,7 @@
+ $(INC_DIR)/sha1.hpp: $(SHA1_DIR)/sha1.hpp
+ +cp $(SHA1_DIR)/*.h* $(CWD)/$(INC_DIR)/
+
+-$(INC_DIR)/simde/x86/sse4.1.h: $(DOZEU_DIR)/simde/*.h $(DOZEU_DIR)/simde/x86/*.h
+- +cp -r $(DOZEU_DIR)/simde $(INC_DIR)
+-
+-$(INC_DIR)/dozeu/dozeu.h: $(DOZEU_DIR)/*.h $(INC_DIR)/simde/x86/sse4.1.h
++$(INC_DIR)/dozeu/dozeu.h: $(DOZEU_DIR)/*.h
+ +mkdir -p $(CWD)/$(INC_DIR)/dozeu && cp $(DOZEU_DIR)/*.h $(CWD)/$(INC_DIR)/dozeu/
+
+ $(OBJ_DIR)/sha1.o: $(SHA1_DIR)/sha1.cpp $(SHA1_DIR)/sha1.hpp
+@@ -799,7 +796,6 @@
clean:
$(RM) -r $(UNITTEST_BIN_DIR)
View it on GitLab: https://salsa.debian.org/med-team/vg/-/commit/e9a4da402022ce084a50d4c09877c9dcb6f59b52
--
View it on GitLab: https://salsa.debian.org/med-team/vg/-/commit/e9a4da402022ce084a50d4c09877c9dcb6f59b52
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/20230122/d983ea3d/attachment-0001.htm>
More information about the debian-med-commit
mailing list