tmolteno / necpp

NEC2++ is a C++ rewrite of the Numerical Electromagnetics Code (NEC-2) with many new features like automatic error detection when you specify the structure incorrectly and much faster execution. Nec2++ can analyse radiating as well as scattering properties of structures. The simulation engine in Nec2++ is compiled into a library for easy integration into automatic antenna design systems or GUI tools. Examples are included for using Nec2++ from C/C++, Ruby and Python.

Home Page:http://elec.otago.ac.nz/w/index.php/Necpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

liblapack/libblas are added to necpp.pc pkgconfig even when configuring --without-lapack

StefanBruens opened this issue · comments

Libs.private:@PRIVATE_LIBS@

necpp/configure.ac

Lines 132 to 136 in 870f110

EXPLICIT_LIBS=""
PRIVATE_LIBS=" $LDFLAGS -lstdc++ -llapack -lblas -lpthread -lm"
AC_SUBST(EXPLICIT_LIBS)
AC_SUBST(PRIVATE_LIBS)