Search Criteria
Package Details: med-openmpi 4.1.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/med-openmpi.git (read-only, click to copy) |
---|---|
Package Base: | med-openmpi |
Description: | Generic pre- and post-processing platform for numerical simulation (openmpi version) |
Upstream URL: | https://www.salome-platform.org/downloads |
Licenses: | LGPL |
Conflicts: | med |
Provides: | med |
Replaces: | med |
Submitter: | mortbauer |
Maintainer: | sl1pkn07 |
Last Packager: | sl1pkn07 |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2014-05-06 15:15 (UTC) |
Last Updated: | 2022-02-25 01:04 (UTC) |
Dependencies (7)
- hdf5-openmpi
- python (python38, python36, python37, python39, python3.7, nogil-python, python311)
- tk (tk85)
- cmake (cmake-git) (make)
- gcc-fortran (gccrs-fortran-git, gcc-fortran-multilib-git, gcc-fortran-git) (make)
- openmpi (openmpi-git, openmpi-gcc10) (make)
- swig (swig-git) (make)
Required by (9)
- aster (requires med)
- code_saturne (requires med)
- freecad-git (requires med)
- freecad-linkstage3-bin (requires med)
- freecad-linkstage3-git (requires med)
- gmsh (requires med)
- gmsh (requires med) (make)
- gmsh-docs (requires med) (make)
- petsc-git (requires med) (optional)
Latest Comments
sl1pkn07 commented on 2022-02-25 01:11 (UTC)
Hi. adopted and made a rework. now fixed my problems when build
i have filled a bug for promote landing in official repos https://bugs.archlinux.org/task/73775
greetings
Nim65s commented on 2021-12-13 08:43 (UTC)
Hi,
I don't use this package, since med has been moved to community. I resign from its maintainership.
sl1pkn07 commented on 2021-12-12 17:12 (UTC)
Rhinoceros commented on 2021-01-02 23:03 (UTC)
Ah that might be it. Thanks @Nim65s!
Nim65s commented on 2021-01-02 09:09 (UTC)
I just upgraded from 4.0.0 to 4.1.0, following community/med. So I guess that fix was upstream :)
Rhinoceros commented on 2021-01-01 23:25 (UTC)
Thanks @frankspace. I just rebuilt to check and this time it created all three files. Previously it just created the other two. Not sure what's going on, but it seems fine now. Sorry for the noise!
frankspace commented on 2021-01-01 17:35 (UTC)
For whatever it's worth, I just compiled the latest version of this (med-openmpi 4.1.0-1), and for me at least, it does actually install
/usr/lib/libmed.so
,/usr/lib/libmed.so.11
, and/usr/lib/libmed.so.11.0.1
.Rhinoceros commented on 2021-01-01 10:18 (UTC)
Yeah apparently not @Nim65s.
import Meshpart
complained about missinglibmed.so.11
specifically. I can get the precise error message if you want, but I installedmed
instead, and the absence of that file was one difference I noticed.Nim65s commented on 2021-01-01 10:08 (UTC)
There is
/usr/lib/libmed.so
and/usr/lib/libmed.so.11.0.0
. Isn't it enough ?By the way, I handed over the med package to @xyproto so that he could include it in community, so there are no reason for me to keep maintaining med-openmpi. If anybody wants to adopt it, don't hesitate to ask :)
Rhinoceros commented on 2021-01-01 04:39 (UTC)
I had some problems with freecad and this package.
med
correctly installs/usr/lib/libmed.so.11
, but this packagemed-openmpi
does not. Without this file, I cannotimport MeshPart
.potatoe commented on 2020-08-30 15:50 (UTC)
Is
replaces=('med')
correct for this package? Or would justconflicts
andprovides
be enough (e.g. this is an alternative and eithermed
ormed-openmpi
can be chosen but not both together)? My understanding isreplaces
means themed
package is obsolete (and presumably should be removed from AUR now that this exists as a replacement), and the replaces flags is there to ensure everybody is automatically updated to this new replacement packagemed-openmpi
. The wiki describes it as being "An array of obsolete packages that are replaced by the package" and points out pacman "will immediately replace an installed package upon encountering another package with the matching replaces", and suggests using onlyconflicts
andprovides
if it's just an alternate version.One of the unofficial user repositories, andontie-aur, includes prebuilt packages for both
med
andmed-openmpi
now and as such my pacman wants to automatically replacemed
withmed-openmpi
. Is that intended / the correct approach withmed-openmpi
vsmed
?Nim65s commented on 2020-04-28 08:16 (UTC)
Thanks @jedbrown. I applied that to med & med-openmpi.
jedbrown commented on 2020-04-28 05:07 (UTC)
This is currently broken with hdf5-1.12 from community. This gist applies the patch I developed for PETSc, which has been using it for the past several weeks.
https://gist.github.com/jedbrown/527ef81ff59a0dccf833da40fdd15a47
Nim65s commented on 2019-08-07 17:58 (UTC)
The code that compiles Python files looks broken (maybe a wrong path is hardcoded somewhere, or we failed at configuring that properly) for me too. I think that it doesn't really matter, as those file will be compiled on the fly by the Python interpreter as soon as they well be needed.
Anyway, I am only using this package as a dependency of freecad, which works equally well with med and med-openmpi… But if someone have an actual issue at runtime, please provide a reproducible way to see that.
valandil commented on 2019-08-07 15:48 (UTC)
I don't have a way to test med-openmpi easily, but I get these errors when trying to package med-openmpi in a clean chroot: https://gist.github.com/valandil/6655fc178f5ffbabc1d1862375f7f845.
Does the package work for you?
Also, FWIW, I had to build in a clean chroot to sidestep the issue I described in an ealier comment.
Nim65s commented on 2019-08-02 11:11 (UTC)
Fixed, thanks !
valandil commented on 2019-07-29 16:45 (UTC)
FWIW, here's the proposed diff:
valandil commented on 2019-07-29 16:44 (UTC)
The provides, conflicts and replaces variables should be set in the package_med-openmpi() function, not at the top of the PKGBUILD. Otherwise, both packages will inherit these. Only med-openmpi actually provides med, not med-openmpi-docs.
And yes, the patch files to when I was maintainint that package haha. They are definitely old.
I haven't tested my proposed change because I keep getting this compilation error:
Nim65s commented on 2019-07-27 10:32 (UTC)
I don't know how to make med-openmpi and med-openmpi-docs not conflict with each other, while still ensure that med conflict with med-openmpi… Does anyone have an idea ?
jedbrown commented on 2019-07-25 21:50 (UTC)
:: med-openmpi-docs and med-openmpi are in conflict (med). Remove med-openmpi? [y/N]
Also, the obsolete patch files can be removed.
valandil commented on 2017-04-03 15:56 (UTC)
valandil commented on 2016-05-08 17:19 (UTC)
simonp commented on 2016-05-05 14:44 (UTC)
valandil commented on 2015-04-27 20:43 (UTC)
mortbauer commented on 2015-04-27 20:42 (UTC)
valandil commented on 2015-04-27 20:08 (UTC)
valandil commented on 2015-04-21 14:44 (UTC)
mortbauer commented on 2015-04-18 10:09 (UTC)
valandil commented on 2015-04-15 14:12 (UTC)
mortbauer commented on 2015-04-15 13:22 (UTC)
valandil commented on 2015-04-11 00:25 (UTC)
valandil commented on 2015-03-05 16:32 (UTC)