Skip to content

Commit

Permalink
science/qwalk: Fix build on 14 by adding c++11
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Jul 8, 2023
1 parent 73b4795 commit e81dafc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion science/qwalk/Makefile
Expand Up @@ -15,10 +15,12 @@ LICENSE_FILE= ${WRKSRC}/../COPYING
PORTSCOUT= limit:^.*[1-9]\. # prevent words like 'broken'

USES= compiler:c++11-lang fortran gmake gnome perl5
USE_GNOME= libxml2
USE_CXXSTD= c++11 # attempt to fix failure: Cubic_spline_calc.cpp:1107:5: error: ISO C++17 does not allow 'register' storage class specifier

USE_GITHUB= yes
GH_ACCOUNT= QWalk
GH_PROJECT= mainline
USE_GNOME= libxml2

WRKSRC_SUBDIR= src
MAKE_ARGS= INSTALLPATH=${STAGEDIR}${PREFIX}/bin
Expand Down

0 comments on commit e81dafc

Please sign in to comment.