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.
http://elec.otago.ac.nz/w/index.php/Necpp
GNU General Public License v2.0
241 stars 65 forks source link

Build failure on Raspbian #60

Open faritych opened 5 years ago

faritych commented 5 years ago

Hello,

I'm trying to build from the source, on the step "3. Then do the usual thing ./configure --without-lapack make -j 4 sudo make install " I have an error

configure: WARNING: you should use --build, --host, --target
configure: error: unrecognized option: `-j'
Try `./configure --help' for more information
tmolteno commented 5 years ago

Hi There,

Does breaking the build into several steps help?

  1. ./configure --without-lapack
  2. make -j 4
  3. sudo make install