primer3-org / primer3

Primer3 is a command line tool to select primers for polymerase chain reaction (PCR).
GNU General Public License v2.0
219 stars 63 forks source link

Fix support for using clang on Mac OS X #11

Closed nh13 closed 5 years ago

nh13 commented 6 years ago

Compilation error before fix:

g++ -c -g -Wall -O2 -std=c++11  -o libprimer3.o libprimer3.cc
libprimer3.cc:53:19: error: expected namespace name
  using namespace __gnu_cxx;
                  ^
1 error generated.

CC lang version: Apple LLVM version 9.0.0 (clang-900.0.39.2)

untergasser commented 5 years ago

Thank you for submitting this pull request. I merged it as I integrated the anaconda patches.

Best,

Andreas