[med-svn] [Git][med-team/hyphy][upstream] New upstream version 2.5.53+dfsg
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Sat Aug 26 10:06:01 BST 2023
Étienne Mollier pushed to branch upstream at Debian Med / hyphy
Commits:
5f91e593 by Étienne Mollier at 2023-08-26T10:15:19+02:00
New upstream version 2.5.53+dfsg
- - - - -
2 changed files:
- CMakeLists.txt
- src/core/global_things.cpp
Changes:
=====================================
CMakeLists.txt
=====================================
@@ -16,6 +16,14 @@ option(NOSSE4 OFF)
option(NONEON OFF)
option(NOZLIB OFF)
+
+if(CMAKE_SYSTEM_NAME STREQUAL "Emscripten")
+ set(NOAVX ON)
+ set(NOSSE4 ON)
+ set(NONEON ON)
+ set(NOZLIB ON)
+endif()
+
#-------------------------------------------------------------------------------
# SSE MACROS
#-------------------------------------------------------------------------------
=====================================
src/core/global_things.cpp
=====================================
@@ -122,7 +122,7 @@ namespace hy_global {
kErrorStringMatrixExportError ("Export matrix called with a non-polynomial matrix argument"),
kErrorStringNullOperand ("Attempting to operate on an undefined value; this is probably the result of an earlier 'soft' error condition"),
kErrorNumerical ("To treat numerical errors as warnings, please specify \"ENV=TOLERATE_NUMERICAL_ERRORS=1;\" as the command line argument. This often resolves the issue, which is indicative of numerical instability."),
- kHyPhyVersion = _String ("2.5.52"),
+ kHyPhyVersion = _String ("2.5.53"),
kNoneToken = "None",
kNullToken = "null",
View it on GitLab: https://salsa.debian.org/med-team/hyphy/-/commit/5f91e59342099d794859d50c8cc935a5749ebf63
--
View it on GitLab: https://salsa.debian.org/med-team/hyphy/-/commit/5f91e59342099d794859d50c8cc935a5749ebf63
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/20230826/bc9c0654/attachment-0001.htm>
More information about the debian-med-commit
mailing list