On Aug 31, 2012, at 5:29 AM, Olf wrote:
> Dear all,
> I am just trying to install meep on an SLES cluster into my home folder. I
> installed all dependencies into $HOME/install and try to do the same for
> meep.
>
> I run the configure script with the following parameters:
>
> toInstall/meep-1.2> ./configure --with-libctl="$HOME/install/"
> --prefix="$HOME/install" F77="gfortran" CPPFLAGS="-I$HOME/install/include"
> LDFLAGS="-L$HOME/install/lib"
>
> When I run make, it seems still to use the libctl version /usr/share which is
> an old version:
You probably need to use
./configure --with-libctl=$HOME/install/share/libctl
GEN_CTL_IO=$HOME/install/gen-ctl-io
Note that --with-libctl is the ...prefix..../share/libctl directory, as
described in the manual. (I added the GEN_CTL_IO just in case you didn't set
your $PATH.)
_______________________________________________
meep-discuss mailing list
[email protected]
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss