Port details |
- libemos Interpolation library for meteorological software
- 4.5.9_4 misc =2 4.5.9_4Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2018-12-17 17:24:16
- Last Update: 2023-11-19 09:59:10
- Commit Hash: e7e275f
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://confluence.ecmwf.int/display/EMOS/Emoslib
- Description:
- The Interpolation library (EMOSLIB) includes Interpolation software and
BUFR &CREX encoding/decoding routines. It is used by the ECMWF meteorological
archival and retrieval system (MARS) and also by the ECMWF workstation Metview.
This software covers :
* Interpolating fields
* spectral coefficients to spectral coefficients
* spectral coefficients to rotated spectral coefficients
* spectral coefficients to regular latitude-longitude grids
* spectral coefficients to regular gaussian grids
* encoding/decoding of WMO FM-94 BUFR BUFR code messages
* encoding/decoding of WMO FM-95 CREX CREX code messages
* handling pure binary unix files
* multiple (Temperton's) FFT routine
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/misc/libemos/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/libemos
- pkg install libemos
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libemos
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1544769702
SHA256 (libemos-4.5.9-Source.tar.gz) = e57e02c636dc8f5ccb862a103789b1e927bc985b1e0f2b05abf4f64e86d2f67f
SIZE (libemos-4.5.9-Source.tar.gz) = 58268483
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- gfortran12 : lang/gcc12
- as : devel/binutils
- Runtime dependencies:
-
- gfortran12 : lang/gcc12
- Library dependencies:
-
- libeccodes.so : science/eccodes
- libfftw3.so : math/fftw3
- libpng.so : graphics/png
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- misc_libemos
- USES:
- cmake:noninja compiler:c11 fortran localbase:ldflags
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.5.9_4 19 Nov 2023 09:59:10 |
Yuri Victorovich (yuri) |
misc/libemos: Fix build by adding USES=localbase:ldflags
Otherwise some libraries weren't found.
Reported by: fallout |
4.5.9_4 07 Jun 2023 04:45:26 |
Yuri Victorovich (yuri) |
misc/libemos: Fix build that was broken due to missing defined symbol
in the dependency science/eccodes after it was updated.
Reported by: fallout |
4.5.9_4 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.5.9_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.5.9_3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.5.9_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.5.9_3 04 Jul 2020 11:59:43 |
tobik |
misc/libemos: Unbreak build with GCC 10
/wrkdirs/usr/ports/misc/libemos/work/libemos-4.5.9-Source/interpolation/hntfaps.F:222:65:
183 | CALL INTLOG(JP_DEBUG,'HNTFAPS: Use missing value',JPQUIET)
| 2
......
222 | CALL INTLOG(JP_ERROR,'HNTFAPS: memory allocation fail',IDWORK)
| 1
Error: Type mismatch between actual argument at (1) and actual argument at (2)
(INTEGER(8)/INTEGER(4)).
/wrkdirs/usr/ports/misc/libemos/work/libemos-4.5.9-Source/interpolation/hntfaps.F:232:65:
183 | CALL INTLOG(JP_DEBUG,'HNTFAPS: Use missing value',JPQUIET)
| 2
......
232 | CALL INTLOG(JP_ERROR,'HNTFAPS: memory allocation fail',IDATA)
| 1
Error: Type mismatch between actual argument at (1) and actual argument at (2)
(INTEGER(8)/INTEGER(4)).
http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/libemos-4.5.9_3.log
PR: 246700 |
4.5.9_3 14 Aug 2019 14:18:37 |
adridg |
Update devel/cmake to 3.15.2 (latest upstream release)
Release notes for the version updates are at:
https://blog.kitware.com/cmake-3-15-0-available-for-download/
https://blog.kitware.com/cmake-3-15-1-available-for-download/
https://blog.kitware.com/cmake-3-15-2-available-for-download/
For FreeBSD, not much interesting has changed. Swift language support
might be useful.
A few ports were fixed as part of this exp-run (libemos not really
related to the CMake update, but in general). Thanks to antoine
for the exp-runs, tcberner for doing most of the prep-work.
PR: 239273
Submitted by: tcberner |
4.5.9_3 02 Aug 2019 22:03:33 |
pkubaj |
misc/libemos: fix build with GCC architectures
GCC8 is already used for fortran so set USES=compiler:c11 to use GCC8 for
everything.
PR: 239438
Approved by: mentors (implicit approval), yuri (mentor) |
4.5.9_3 28 Jul 2019 19:08:40 |
yuri |
misc/libemos: Unbreak, it was broken by the science/eccodes update in r506947
The fix is suggested by sunpoet.
Reported by: fallout |
4.5.9_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
4.5.9_1 23 Jul 2019 08:57:53 |
antoine |
Mark BROKEN: fails to link
/usr/local/bin/ld: CMakeFiles/emos_tool.dir/emos_tool.c.o: in function `hirlam':
emos_tool.c:(.text+0x191): undefined reference to `grib_handle_new_from_message'
/usr/local/bin/ld: emos_tool.c:(.text+0x1aa): undefined reference to
`grib_get_size'
Reported by: pkg-fallout |
4.5.9_1 16 Jun 2019 16:05:29 |
antoine |
Clean up LIB_DEPENDS |
4.5.9_1 22 Apr 2019 13:16:34 |
gerald |
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl |
4.5.9 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
4.5.9 17 Dec 2018 17:20:19 |
yuri |
New port: misc/libemos: Interpolation library for meteorological software |