[Meep-discuss] Meep 1.4.3 Conda packages

2018-02-02 Thread Chris Hogan
Hello,

New Conda packages corresponding to the Meep 1.4.3 release have been
posted. These are available for Python 2.7 and 3.6 on Linux and MacOS. With
the Conda package manager, installation is as simple as

$ conda create -n meep -c chogan -c defaults -c conda-forge pymeep

or for the MPI version

$ conda create -n pmeep -c chogan -c defaults -c conda-forge pymeep-parallel

If you already have an environment with a pymeep package isntalled, you can
update to the latest release with

$ conda update -c chogan pymeep

See the "Installation -> Conda Packages" section of the documentation for
more information.

Chris
___
meep-discuss mailing list
meep-discuss@ab-initio.mit.edu
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

[Meep-discuss] Build fail using latest commit

2018-02-02 Thread Ian Sage
FYI, in my hands using Arch Linux, build of the latest (1st Feb) commit
failed with the following message:

Making all in python
make[2]: Entering directory '/localpath/meep-git/src/meep/python'
swig -Wextra -I../src -I../libmeepgeom -I..  -outdir . -c++ -python -o
meep-python.cpp ./meep.i
cp meep.py __init__.py
if [[ "3.0.12" = 3.0.12 ]]; then \
    sed -i "" '/^if _swig_python_version_info >= (2, 7, 0):/,/^else:/d'
__init__.py; \
    sed -i "" 's/    import _meep/from . import _meep/' __init__.py; \
fi
sed: can't read /^if _swig_python_version_info >= (2, 7, 0):/,/^else:/d:
No such file or directory
sed: can't read s/    import _meep/from . import _meep/: No such file or
directory
make[2]: *** [Makefile:1154: __init__.py] Error 2
make[2]: Leaving directory '/localpath/meep-git/src/meep/python'
make[1]: *** [Makefile:505: all-recursive] Error 1
make[1]: Leaving directory '/local/meep-git/src/meep'
make: *** [Makefile:414: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

Hope that is useful.

Ian


___
meep-discuss mailing list
meep-discuss@ab-initio.mit.edu
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss