<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Package: isospec<br>
    Version: 1.9.1-2<br>
    Severity: important<br>
    Tag: patch<br>
    <p><br>
    </p>
    <p>Hello,</p>
    <p>Current build fails on couple of platforms because </p>
    <pre>make[2]: Entering directory '/<<PKGBUILDDIR>>/IsoSpec++'
g++ -std=c++11 -O0 -g -Wall -pedantic -Wextra -O3 -march=native -mtune=native unity-build.cpp -fPIC -shared -o libIsoSpec++.so.1.9.1 -Wl,-soname,libIsoSpec++.so.1
g++: error: unrecognized command line option ‘-march=native’

Parameter  -march=native is invalid for some arch and can be replaced with -mcpu=native on some other like ppc64el
 </pre>
  </body>
</html>