CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Installation

[OpenFOAM.org] 4.x on OpenSuse 15.1

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 6, 2019, 12:54
Default 4.x on OpenSuse 15.1
  #1
Senior Member
 
Derek Mitchell
Join Date: Mar 2014
Location: UK, Reading
Posts: 172
Rep Power: 13
derekm is on a distinguished road
Thirdparty 4.x fails to install on OpenSuse 15.1 commit d214c8dfd5ba56dd442bae186fd4fb50dd35c338
Code:
CMake Error at VTK/CMake/vtkCompilerExtras.cmake:47 (if):
  if given arguments:
   "gcc: error: ARGS: No such file or directory
The following appears to fix it - note the changes to the makeParaview line

Code:
#
cd $WM_THIRD_PARTY_DIR
export QT_SELECT=qt4
#
sed -ibck -e 's/\[3456\]/[34567]/' ParaView-5.0.1/VTK/CMake/{GenerateExportHeader,vtkCompilerExtras}.cmake
./makeParaView -python -mpi -python > log.makePV 2>&1
#
OpenFOAM needs a fix as well before building
Code:
cd $WM_PROJECT_DIR
 sed -i -e 's/\(boost_version=\)boost-system/\1boost_1_66_0/' $WM_PROJECT_DIR/etc/config.sh/CGAL
./Allwmake -j 4 > log.make 2>&1
__________________
A CHEERING BAND OF FRIENDLY ELVES CARRY THE CONQUERING ADVENTURER OFF INTO THE SUNSET

Last edited by derekm; October 8, 2019 at 19:34.
derekm is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[OpenFOAM.org] OF7 ParaView 5.6.0 compilation error qt5 (openSUSE 15.1) mdhfiz OpenFOAM Installation 15 January 1, 2020 18:14
[foam-extend.org] A smooth installation of foam-3.0-extend on OpenSUSE 13.1 64-bits cookcaptain OpenFOAM Installation 7 May 26, 2015 11:22
[OpenFOAM.org] OpenFOAM 2.1.1 installation on openSUSE 12.2 32 bit saturn_53 OpenFOAM Installation 13 February 1, 2015 04:17
OpenFOAM Live USB based on openSUSE 11.1 created with SUSE Studio alberto OpenFOAM 40 May 23, 2010 16:15
Suitable Intel Fortran under OpenSuse 10.3 Christoph Meyer Siemens 12 December 3, 2007 00:54


All times are GMT -4. The time now is 00:12.