Search Criteria
Package Details: meep 1.17.1-1
Git Clone URL: | https://aur.archlinux.org/meep.git (read-only, click to copy) |
---|---|
Package Base: | meep |
Description: | A free finite-difference time-domain simulation software package |
Upstream URL: | http://ab-initio.mit.edu/wiki/index.php/Meep |
Licenses: | |
Submitter: | None |
Maintainer: | haawda |
Last Packager: | haawda |
Votes: | 12 |
Popularity: | 0.075405 |
First Submitted: | 2007-01-12 12:09 |
Last Updated: | 2021-01-09 20:11 |
Dependencies (13)
- fftw (fftw-mpich, fftw-mpi, fftw-amd)
- gsl
- guile (guile-git)
- harminv (harminv-git)
- hdf5 (hdf5-git, hdf5-openmpi-java, hdf5-java, hdf5-openmpi)
- julia (julia-mkl-git, julia-aarch64-git, julia-bin, julia-nightly-bin, julia-mkl, julia-git, julia-beta-bin)
- libctl (libctl-git)
- mpb (mpb-git)
- openmpi (openmpi-git, openmpi3, openmpi-gcc8, openmpi-gcc9, openmpi-cuda)
- gcc-fortran (gcc-fortran-multilib-x32, gcc-fortran-multilib-git, gcc-fortran-git) (make)
- suitesparse (suitesparse-mkl) (make)
- swig (swig-git) (make)
- h5utils (h5utils-git) (optional) – for visualization and conversion of scientific data
Latest Comments
1 2 3 4 Next › Last »
aclis commented on 2019-07-15 16:00
It is without python
sirocco commented on 2018-07-06 07:42
Still error:
heitzmann commented on 2018-07-05 12:36
@sirocco
gfortran has been updated to libgfortran.so.5, so you need to recompile all packages that depend on it.
sirocco commented on 2018-07-05 10:05
haawda commented on 2018-03-17 12:08
Try replacing harminv with harminv-git.
UsernameUsername commented on 2018-03-16 15:46
Hi, i have problems compiling this:
https://ptpb.pw/elxW.txt
Any idea what is wrong?
Thanks
Relkein commented on 2018-01-31 19:28
lmello, try rebuilding and installing libctl, adding CFLAGS='fPIC' option to the configure step in build() in the PKGBUILD
./autogen.sh ./configure --prefix=/usr LIBS="-lm" CFLAGS='-fPIC' make
this fixed this error for me.
haawda commented on 2018-01-21 13:33
Try with the newest PKGBUILD.
lmello commented on 2018-01-20 22:02
Build error:
make[3]: Entering directory '/tmp/yaourt-tmp-lmello/aur-meep/src/meep-1.4.0/python' CXXLD _meep.la /usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/../../../../lib/libctlgeom.a(libctlgeom_la-geom.o): relocation R_X86_64_PC32 against symbol `geometry_lattice' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: Bad value collect2: error: ld returned 1 exit status make[3]: [Makefile:674: _meep.la] Error 1 make[3]: Leaving directory '/tmp/yaourt-tmp-lmello/aur-meep/src/meep-1.4.0/python' make[2]: [Makefile:604: all] Error 2 make[2]: Leaving directory '/tmp/yaourt-tmp-lmello/aur-meep/src/meep-1.4.0/python' make[1]: [Makefile:506: all-recursive] Error 1 make[1]: Leaving directory '/tmp/yaourt-tmp-lmello/aur-meep/src/meep-1.4.0' make: [Makefile:415: all] Error 2
heitzmann commented on 2016-12-02 19:30
There seems to be a compatibility issue between the latest guile and meep:
https://www.mail-archive.com/meep-discuss@ab-initio.mit.edu/msg05683.html
Downgrading guile to 2.11 does solve the issue for the time being.