Searched hist:"1 d83974692f324f143d28fdc06db1cfaa0f9cdfd" (Results 1 – 1 of 1) sorted by relevance
| /petsc/ |
| H A D | gmakefile | 1d83974692f324f143d28fdc06db1cfaa0f9cdfd Thu Nov 30 21:47:22 UTC 2017 Satish Balay <balay@mcs.anl.gov> test: attempt to fix (again) multiple -lpetsc in link command.
The previous fix created circular dependencies with multilib build - so remove it and attempt to add the dependency at the individual library/file level
The above change created a chain dependency - and this caused libpetsc.so.3.08 to be treated as intermediate file and deleted. So this target is marked as .PRECIOUS to prevent this delete
|