You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gcc/g++ 4.8.5 is the default g++ compiler in many operating systems, including ubuntu, osx and centos. Many users of smithlab software don't have superuser access to install a more recent version, and we shouldn't require someone to upgrade their g++ just to install these tools.
If we remove the regex functions from OptionParser, smithlab_cpp compiles successfully. Most regex functions have to do with cleaning trailing whitespaces, which we can easily reimplement.
The text was updated successfully, but these errors were encountered:
gcc/g++ 4.8.5 is the default g++ compiler in many operating systems, including ubuntu, osx and centos. Many users of smithlab software don't have superuser access to install a more recent version, and we shouldn't require someone to upgrade their g++ just to install these tools.
If we remove the regex functions from
OptionParser
,smithlab_cpp
compiles successfully. Most regex functions have to do with cleaning trailing whitespaces, which we can easily reimplement.The text was updated successfully, but these errors were encountered: