MAPL 2.40.4 #2352
mathomp4
announced in
Announcements
MAPL 2.40.4
#2352
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a patch release of MAPL 2.40 which has a attempted fix for using MAPL-as-a-library via
find_package(MAPL)
. The issue seemed to be due to not having anyfind_dependencies()
calls in the resultingmapl-import.cmake
file created on installation so MAPL itself did not describe what it needed correctly.This is zero-diff to v2.40.3
The libraries this version of MAPL is currently tested with are below. (This is a change since MAPL 2.39)
-DBUILD_WITH_FARGPARSE=YES
, default=YES
)-DBUILD_WITH_PFLOGGER=YES
, default=YES
)-DBUILD_WITH_FLAP=YES
, default=NO
)Also, if you build with
-DUSE_F2PY=ON
, you will need:We recommend most external users set
-DUSE_F2PY=OFF
From
CHANGELOG.md
Fixed
find_package(MAPL)
is usedWhat's Changed
Full Changelog: v2.40.3...v2.40.4
This discussion was created from the release MAPL 2.40.4.
Beta Was this translation helpful? Give feedback.
All reactions