diff options
| author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-04-16 18:28:22 +0200 |
|---|---|---|
| committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-04-16 18:30:58 +0200 |
| commit | 3da8fa0555ccb69b5f3114da975c166fd032faf2 (patch) | |
| tree | ccf94e29d422fff04455e0e114cef37b9a2b3a7d /sci-visualization/scidavis/files/scidavis-2.7-find-qwtplot3d.patch | |
| parent | 8920acba1489a1c6b6482b5369098a77e8728106 (diff) | |
| download | gentoo-3da8fa0555ccb69b5f3114da975c166fd032faf2.tar.gz gentoo-3da8fa0555ccb69b5f3114da975c166fd032faf2.tar.bz2 gentoo-3da8fa0555ccb69b5f3114da975c166fd032faf2.zip | |
sci-visualization/scidavis: multiple bug fixes
- Enable muparser unconditionally
Closes: https://bugs.gentoo.org/834074
- Only set PYTHON_SCRIPTDIR if we enable python scripting
Closes: https://bugs.gentoo.org/832753
- Fix build if sip-4 installed as well as sip-6
Closes: https://bugs.gentoo.org/828938
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-visualization/scidavis/files/scidavis-2.7-find-qwtplot3d.patch')
| -rw-r--r-- | sci-visualization/scidavis/files/scidavis-2.7-find-qwtplot3d.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sci-visualization/scidavis/files/scidavis-2.7-find-qwtplot3d.patch b/sci-visualization/scidavis/files/scidavis-2.7-find-qwtplot3d.patch new file mode 100644 index 000000000000..857cca79bd98 --- /dev/null +++ b/sci-visualization/scidavis/files/scidavis-2.7-find-qwtplot3d.patch @@ -0,0 +1,15 @@ +diff --git a/3rdparty/CMakeLists.txt b/3rdparty/CMakeLists.txt +index 1b43375..a2bd52c 100644 +--- a/3rdparty/CMakeLists.txt ++++ b/3rdparty/CMakeLists.txt +@@ -46,8 +46,8 @@ endif() + option( BUILD_QWTPLOT3D "Build QwtPlot3D using own code" OFF ) + + if( NOT BUILD_QWTPLOT3D ) +- find_library ( QWTPLOT3D_LIBRARY +- NAMES qwtplot3d-qt5 ++find_library ( QWTPLOT3D_LIBRARY ++ NAMES qwtplot3d + HINTS ${QT_LIBRARY_DIR} + ) + if( NOT QWTPLOT3D_LIBRARY ) |
