m3g / packmol

Packmol - Initial configurations for molecular dynamics simulations
http://m3g.github.io/packmol
MIT License
214 stars 48 forks source link

fix: fix compilation reference missing issue #39

Closed chenrui333 closed 1 year ago

chenrui333 commented 1 year ago

relates to https://github.com/Homebrew/homebrew-core/pull/116766

build error

  ==> make
  strlength.f90:11:7:

     11 |   use sizes
        |       1
  Fatal Error: Cannot open module file 'sizes.mod' for reading at (1): No such file or directory
  compilation terminated.
afonari commented 1 year ago

Hi @chenrui333 do you understand why it is not failing in the CI?

lmiq commented 1 year ago

Merged and released in v20.11.1

chenrui333 commented 1 year ago

@afonari sorry for the late reply, my hunch is the CI does not use the latest gcc

https://github.com/m3g/packmol/blob/69043ca3ce7b7233e99a969a96a38d425cdec05a/.github/workflows/actions.yml#L29-L30

chenrui333 commented 1 year ago

I just added a new PR to follow on the gcc_version thing, https://github.com/m3g/packmol/pull/42