--download-dependencies flag?
21 Mar
2012
21 Mar
'12
5:46 a.m.
In order to get a user up-and-running with a MUMPs-enabled PETSc, I followed this frustrating chain: configure --download-mumps=1 ... Error, no parmetis! configure --download-mumps=1 --download-parmetis=1 Error, no scalapack! configure --download-mumps=1 --download-parmetis=1 --download-scalapack=1 It would be convenient if the PETSc BuildSystem did what other package installers like pip, yum, etc..., do, and grab dependencies that I need based on what I have requested. Additionally, it would make it a lot easier to build PETSc on complicated systems if BuildSystem did a quick dependency/flag check instead off the way it works now (sequential intermixing of really slow and fast configure options). A
5259
Age (days ago)
5259
Last active (days ago)
0 comments
1 participants
participants (1)
-
Aron Ahmadia