fangohr / octopus-in-spack

Develop Octopus in spack (software packaging)
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

Disable gdlib #90

Closed iamashwin99 closed 5 months ago

iamashwin99 commented 1 year ago

We want to explicitly disable gdlib in order to avoid auto tools from picking it up from the system.

iamashwin99 commented 1 year ago

Inorder to keep it simple I will proceed with disabling the gdlib

fangohr commented 6 months ago

Spack provides libgd - is that the gdlib that Octopus can use? If so, should we include it in the dependecies?

iamashwin99 commented 6 months ago

Spack provides libgd - is that the gdlib that Octopus can use? If so, should we include it in the dependecies?

spack providedlibgd (https://packages.spack.io/package.html?name=libgd) is indeed the same one octopus calls as "gdlib".

They plan to depreciate gdlib support (since the same could be now done via cgal) and hence we should skip supporting it for now.

iamashwin99 commented 6 months ago

rebased from main. (also refreshes the build logs)

iamashwin99 commented 6 months ago

The current failure on the develop seems to be due to octopus dropping support for berkeleygw@2

fangohr commented 5 months ago

Currently fails because Octopus@develop needs BerkeleyGW 3. (MR for this is #101)

iamashwin99 commented 5 months ago

Currently fails because Octopus@develop needs BerkeleyGW 3. (MR for this is #101)

Rebased to current main