-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmake on a broken mirror #365
Comments
Hi Lukas, Line 27 in dc8e8d3
Then candi should download all necessary packages directly from the websites of their repositories, instead of the mirror site that seems to be broken right now. |
Hi Lukas, for me it sounds like, that your operating system (platform) is detected as centos7, for that platform we have an additional request for cmake in the file platform/supported/centos7.platform Just comment out the last line with once:cmake there.
Best |
Thank you both for the replies! @gassmoeller I removed the mirror as you suggested. Then everything installs accept ParMetis. We already have an existing install of ParMetis and Candi and Deal2 picked that up nicely. Users of Aspect which used Deal2 have confirmed everything functions according to their wishes @koecher Ah, that is good to know! I thought an existing cmake was enough, and that candi.cfg was a sort of central dashboard. It is good to know that there are more files I have to keep in mind. |
This seems to still be the solution for cmake-related dealii building failures, even if the mirror link isn't broken in the same way as the author of this post describes. I've been trying to compile aspect on a fresh Ubuntu 24.04.2 install for a few days now while using candi to install deal.ii-v9.6.1 and have had the final few failures stem from deal.ii's installation of cmake. |
Just to put that here as well: Ob Ubuntu 24.04, the easiest way to install deal.II is to do |
@bangerth If you don't mind, where would that install to for use with cmake? I tried that route but it didn't update the $DEAL_II_DIR location and for the life of me I couldn't find anything but the .gz and copyright files in /usr/lib/libdeal.ii-dev/ (or some path like this). |
Dear developer,
I am trying to run the latest candi, in order to install Deal2. The procedure insists on installing cmake, even while I have cmake already installed, and I explicity do not request it using the command:
./candi.sh --prefix=/trinity/opt/apps/software/Deal2/dealii-9.4.2/buildHere -j 32 --packages="opencascade parmetis hdf5 p4est trilinos symengine dealii" -y
I have checked the packages variable and see that cmake has been added before all the packages I requested:
packages: once:cmake opencascade parmetis hdf5 p4est trilinos symengine dealii
That would not even be so bad, but candi tries to download cmake from
https://tjhei.info/candi-mirror/cmake-3.20.5-linux-x86_64.tar.gz
and this website is down/broken/does not exist, breaking the install procedure.
How can I prevent cmake from being added to the list of to-be-installed packages?
Thanks a lot,
Lukas
The text was updated successfully, but these errors were encountered: