diff options
author | Carlos Aznarán | 2024-11-07 07:24:36 -0500 |
---|---|---|
committer | Carlos Aznarán | 2024-11-07 07:24:36 -0500 |
commit | ea19ea642d69e54f250c64c124d91c859e1d2d5d (patch) | |
tree | daea187acbe6e5f0a82b054b1023ac8e56fb1594 /PKGBUILD | |
parent | 3bcc32185e3232baa3725b98374be8c1ba9237fa (diff) | |
download | aur-ea19ea642d69e54f250c64c124d91c859e1d2d5d.tar.gz |
Fix compilation error
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ prepare() { sed -i '57 a #include <fmt/ranges.h>' ${pkgbase}-release-${pkgver}-final/opm/input/eclipse/EclipseState/EclipseState.cpp sed -i '24 a #include <fmt/ranges.h>' ${pkgbase}-release-${pkgver}-final/opm/input/eclipse/EclipseState/Grid/FaceDir.cpp sed -i '37 a #include <fmt/ranges.h>' ${pkgbase}-release-${pkgver}-final/opm/input/eclipse/Schedule/Action/ASTNode.cpp + sed -i '50 a #include <fmt/ranges.h>' ${pkgbase}-release-${pkgver}-final/opm/input/eclipse/Schedule/Well/WellKeywordHandlers.cpp } build() { |