Skip to content

Commit

Permalink
Merge pull request #295 from slayoo/fedora
Browse files Browse the repository at this point in the history
hints for fedora package names
  • Loading branch information
slayoo committed Mar 13, 2015
2 parents 501a8f5 + e76c6ac commit af98545
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions libmpdata++-config.cmake
Expand Up @@ -116,6 +116,7 @@ else()
* Programs based on libmpdata++ will not compile.
* To insall Boost, please try:
* Debian/Ubuntu: sudo apt-get install libboost-all-dev
* Fedora: sudo yum install boost-devel
")
endif()

Expand All @@ -132,6 +133,7 @@ else()
* Programs using libmpdata++'s HDF5 output will not compile.
* To install HDF5, please try:
* Debian/Ubuntu: sudo apt-get install libhdf5-serial-dev hdf5-tools
* Fedora: sudo yum install hdf5-devel
* Homebrew: brew install hdf5 --with-cxx
")
endif()
Expand Down Expand Up @@ -160,6 +162,7 @@ else()
* Programs using libmpdata++'s gnuplot-iostream output will not run.
* To install gnuplot, please try:
* Debian/Ubuntu: sudo apt-get install gnuplot
* Fedora: sudo yum install gnuplot
* Homebrew: brew install gnuplot
")
endif()
Expand Down
6 changes: 3 additions & 3 deletions tests/paper_2015_GMD/CMakeLists.txt
Expand Up @@ -26,9 +26,6 @@ endif()
# to make <libmpdata++/...> work
set(CMAKE_CXX_FLAGS "-I${CMAKE_CURRENT_SOURCE_DIR}/../.. ${CMAKE_CXX_FLAGS}")

# TODO: check for Paraview (+ version requirement)
# TODO: check for matplotlib, ...

# gzip
execute_process(
COMMAND bash -c "
Expand Down Expand Up @@ -61,6 +58,7 @@ if(NOT PVPYTHON_FOUND)
* Plotting scripts using Paraview will not work.
* To install Paraview (incl. pvpython), please try:
* Debian/Ubuntu: sudo apt-get install paraview
* Fedora: sudo yum install paraview
")
endif()

Expand All @@ -78,6 +76,7 @@ if(NOT ${IMPORT_MATPLOTLIB_EXITCODE} EQUAL 0)
* Plotting scripts using matplotlib will not work.
* To install matplotlib, please try:
* Debian/Ubuntu: sudo apt-get install python-matplotlib
* Fedora: sudo yum install python-matplotlib
")
endif()

Expand All @@ -90,6 +89,7 @@ if(NOT ${IMPORT_SCIPY_EXITCODE} EQUAL 0)
* Some tests scripts will not work.
* To install SciPy, please try:
* Debian/Ubuntu: sudo apt-get install python-scipy
* Fedora: sudo yum install scipy
")
endif()

Expand Down

0 comments on commit af98545

Please sign in to comment.