[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#40691] [PATCH 0/1] gnu: Add gromacs.
From: |
Ludovic Courtès |
Subject: |
[bug#40691] [PATCH 0/1] gnu: Add gromacs. |
Date: |
Mon, 20 Apr 2020 00:19:57 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Hi Vincent,
Vincent Legoll <address@hidden> skribis:
> following this is a patch to add gromacs.
>
> Description & synopsis taken from nix (hello Tobias)
Heheh. :-)
> Not sure if we want more cmake flags.
Could you add a comment explaining the reason for this flag?
> problems reported by cmake:
>
> -- Found Doxygen:
> /gnu/store/k6albjaxkybsgshqyw6g44f5hz75l7q6-doxygen-1.8.15/bin/doxygen
> (found version "1.8.15") found components: doxygen missing
> components: dot
Perhaps add ‘graphviz’ as a native input?
> -- Could NOT find Sphinx: Found unsuitable version "-real 2.3.1", but
> required is at least "1.6.1" (found
> /gnu/store/anyhb84x3mvyp11sbhmdnicbsa42m3x0-python-sphinx-2.3.1/bin/sphinx-build)
Oh, looks like it’s looking at argv[0] and the script is wrapped. :-/
Can you somehow for CMake to think it’s fine, either with a flag or by
skipping the relevant check in ‘CMakeLists.txt’?
Thanks,
Ludo’.