{cae}[foss/2017b] OpenFOAM 4.1 (REVIEW)#5344
{cae}[foss/2017b] OpenFOAM 4.1 (REVIEW)#5344renatopancheri wants to merge 58 commits intoeasybuilders:developfrom
Conversation
| configopts += "-DBLAS_INCLUDE_DIR=$EBROOTOPENBLAS/include " | ||
| configopts += "-DBLAS_LIBRARIES=$EBROOTOPENBLAS/lib/libopenblas.%s " % SHLIB_EXT | ||
| configopts += "-DLAPACK_INCLUDE_DIR=$EBROOTSCALAPACK/include " | ||
| configopts += "-DLAPACK_LIBRARIES=$EBROOTSCALAPACK/lib/libscalapack.a " |
There was a problem hiding this comment.
There's a lot of stuff here that could/should be handled by the CGAL easyblock instead...
| configopts += "-DBLAS_LIBRARIES=$EBROOTOPENBLAS/lib/libopenblas.%s " % SHLIB_EXT | ||
| configopts += "-DLAPACK_INCLUDE_DIR=$EBROOTSCALAPACK/include " | ||
| configopts += "-DLAPACK_LIBRARIES=$EBROOTSCALAPACK/lib/libscalapack.a " | ||
| moduleclass = 'numlib' |
There was a problem hiding this comment.
style remark: missing empty line above
| ('X11', '20171023'), | ||
| ('Mesa', '17.2.5'), | ||
| ('libGLU', '9.0.0'), | ||
| ('Qt', '4.8.7'), |
| configopts += '-DVTK_WRAP_PYTHON=ON -DPARAVIEW_ENABLE_MATPLOTLIB=ON ' | ||
| configopts += '-DPARAVIEW_QT_VERSION=4 -DQT_QMAKE_EXECUTABLE=$EBROOTQT/bin/qmake ' | ||
| # if you want to build server only Paraview, uncomment the following line: | ||
| configopts += '-DVTK_USE_X=OFF ' |
There was a problem hiding this comment.
@renatopancheri Existing ParaView easyconfigs have this commented out, could you do that here too?
|
Test report by @boegel |
|
Test report by @boegel |
|
Test report by @boegel |
|
Test report by @boegel |
|
This seems to be the actual issue in the failing test report: This tells me that OpenFOAM 4.1 isn't happy with the use of Qt5, and it requires Qt 4.x instead? Did this actually work for you @renatopancheri? |
|
Some more info: |
| builddependencies = [ | ||
| ('CMake', '3.9.5'), | ||
| ('Eigen', '3.3.4', '', True), | ||
| ('Qt5', '5.9.2'), |
There was a problem hiding this comment.
@renatopancheri You may need to move this back to Qt 4.8.7 too?
|
with my machine it builds using
-https://openfoam.org/download/source/software-for-compilation/
those 2 reasons made me go back to Qt4 |
|
@renatopancheri is this still relevant? |
|
@renatopancheri, this PR is being closed for the following reason(s): no activity for > 6 months, obsoleted by more recent PRs. |
(created using
eb --new-pr)