- Thank you received: 0
Building Issue with Ubuntu
3 years 7 months ago #3706
by fele.fele
Building Issue with Ubuntu was created by fele.fele
Hi,
I'm facing a problem by building the NGSuite on Ubuntu. I'm using a Shell-Script, followind the Building Tutorial on the Website (from here: ngsolve.org/docu/latest/install/installlinux.html ). Attached my Terminal Output. Any help?
Thanks a lot in advance!
Best, Raffaele
I'm facing a problem by building the NGSuite on Ubuntu. I'm using a Shell-Script, followind the Building Tutorial on the Website (from here: ngsolve.org/docu/latest/install/installlinux.html ). Attached my Terminal Output. Any help?
Thanks a lot in advance!
Best, Raffaele
Attachments:
3 years 6 months ago #3744
by matthiash
Replied by matthiash on topic Building Issue with Ubuntu
Hi Raffaele,
The important line in your log files is:
I assume you don't have the tcl-dev package installed.
Best,
Matthias
The important line in your log files is:
Code:
Could NOT find TCL (missing: TCL_INCLUDE_PATH) (Required is at least
version "8.5")
I assume you don't have the tcl-dev package installed.
Best,
Matthias
3 years 6 months ago #3745
by matthiash
Replied by matthiash on topic Building Issue with Ubuntu
Hi Raffaele,
The important line in your log files is:
I assume you don't have the tcl-dev package installed.
Best,
Matthias
The important line in your log files is:
Code:
Could NOT find TCL (missing: TCL_INCLUDE_PATH) (Required is at least
version "8.5")
I assume you don't have the tcl-dev package installed.
Best,
Matthias
3 years 6 months ago #3759
by fele.fele
Replied by fele.fele on topic Building Issue with Ubuntu
Hi Matthias,
thanks a lot for the reply! I have installed the tcl-dev package but the building process still didn't work. I attached the CMakeOutputLog and my Terminal Output. Do you need the shell I'm using to build the suite too?
In adavance thank you for the help!
Best, Raffaele
thanks a lot for the reply! I have installed the tcl-dev package but the building process still didn't work. I attached the CMakeOutputLog and my Terminal Output. Do you need the shell I'm using to build the suite too?
In adavance thank you for the help!
Best, Raffaele
- christopher
- Offline
- Administrator
Less
More
- Thank you received: 101
3 years 6 months ago #3760
by christopher
Replied by christopher on topic Building Issue with Ubuntu
-- Could NOT find LAPACK (missing: LAPACK_DIR)
Did you run the command given in the documentation?
Best
Christopher
Did you run the command given in the documentation?
Code:
sudo apt-get update && sudo apt-get -y install python3 python3-distutils python3-tk libpython3-dev libxmu-dev tk-dev tcl-dev cmake git g++ libglu1-mesa-dev liblapacke-dev
Best
Christopher
3 years 6 months ago #3763
by fele.fele
Replied by fele.fele on topic Building Issue with Ubuntu
Hi Christopher,
I was sure, I had already installed all dependencies... but I had not! Installing LAPACK, I could build the ngsuite without problem and after a restart everything works fine now!
Thanks a lot for the hint!
Best, Raffaele
I was sure, I had already installed all dependencies... but I had not! Installing LAPACK, I could build the ngsuite without problem and after a restart everything works fine now!
Thanks a lot for the hint!
Best, Raffaele
Time to create page: 0.107 seconds