Skip to content

Commit 394bed6

Browse files
committed
moab-5.5.1 (WIP)
1 parent 1af3c6f commit 394bed6

File tree

3 files changed

+28
-25
lines changed

3 files changed

+28
-25
lines changed

moab/README

+24-21
Original file line numberDiff line numberDiff line change
@@ -4,55 +4,55 @@ The Mesh-Oriented datABase (MOAB) is a component for representing and
44
evaluating mesh data.
55

66
Runtime requirements:
7-
cygwin-3.5.4-1
8-
libcgns4.4-4.4.0-1bl1
7+
cygwin-3.5.7-1
8+
libcgns4.5-4.5.0-1bl1
99
libgcc1-12.4.0-3
10-
libhdf5_200-1.12.3-1
11-
liblapack0-3.12.0-1
12-
libmoab-devel-5.5.0-1bl1
13-
libmoab5-5.5.0-1bl1
14-
libnetcdf19-4.9.2-1
10+
libhdf5_310-1.14.6-1
11+
liblapack0-3.12.1-2
12+
libmoab-devel-5.5.1-1bl1
13+
libmoab5-5.5.1-1bl1
14+
libnetcdf22-4.9.3-1
1515
libstdc++6-12.4.0-3
1616
pkg-config-2.3.0-1
1717

1818
Build requirements:
1919
(besides corresponding -devel packages)
2020
autoconf-15-2
21-
autoconf-archive-2023.02.20-1
21+
autoconf-archive-2024.10.16-1
2222
automake-20240607-1
23-
binutils-2.43.1-1
23+
binutils-2.44-1
2424
cygport-0.36.9-1
2525
gcc-core-12.4.0-3
2626
gcc-fortran-12.4.0-3
2727
gcc-g++-12.4.0-3
28-
libcgns-devel-4.4.0-1bl1
29-
libhdf5-devel-1.12.3-1
30-
liblapack-devel-3.12.0-1
31-
libnetcdf-devel-4.9.2-1
32-
libtool-2.4.7-1
28+
libcgns-devel-4.5.0-1bl1
29+
libhdf5-devel-1.14.6-1
30+
liblapack-devel-3.12.1-2
31+
libnetcdf-devel-4.9.3-1
32+
libtool-2.5.4-1
3333
make-4.4.1-2
3434
python39-3.9.18-2
3535

3636
Canonical website:
3737
https://sigma.mcs.anl.gov/moab-library/
3838

3939
Canonical download:
40-
https://web.cels.anl.gov/projects/sigma/downloads/moab/moab-5.5.0.tar.gz
40+
https://web.cels.anl.gov/projects/sigma/downloads/moab/moab-5.5.1.tar.gz
4141

4242
-------------------------------------------
4343

4444
Build instructions:
45-
1. unpack moab-5.5.0-X-src.tar.xz
45+
1. unpack moab-5.5.1-X-src.tar.xz
4646
2. if you use setup to install this src package,
4747
it will be unpacked under /usr/src automatically
4848
% cd /usr/src
49-
% cygport ./moab-5.5.0-X.cygport all
49+
% cygport ./moab-5.5.1-X.cygport all
5050

5151
This will create:
52-
/usr/src/moab-5.5.0-X-src.tar.xz
53-
/usr/src/moab-5.5.0-X.tar.xz
54-
/usr/src/libmoab5-5.5.0-X.tar.xz
55-
/usr/src/libmoab-devel-5.5.0-X.tar.xz
52+
/usr/src/moab-5.5.1-X-src.tar.xz
53+
/usr/src/moab-5.5.1-X.tar.xz
54+
/usr/src/libmoab5-5.5.1-X.tar.xz
55+
/usr/src/libmoab-devel-5.5.1-X.tar.xz
5656

5757
-------------------------------------------
5858

@@ -276,6 +276,9 @@ Files included in the binary package:
276276

277277
Port Notes:
278278

279+
----- version 5.5.1-1bl1 -----
280+
Version bump.
281+
279282
----- version 5.5.0-1bl1 -----
280283
Version bump.
281284

File renamed without changes.

moab/moab-5.5.0-1bl1.src.patch moab/moab-5.5.1-1bl1.src.patch

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
--- origsrc/moab-5.5.0/itaps/imesh/Makefile.am 2023-06-21 01:43:37.000000000 +0900
2-
+++ src/moab-5.5.0/itaps/imesh/Makefile.am 2024-09-04 04:14:00.330540600 +0900
1+
--- origsrc/moab-5.5.1/itaps/imesh/Makefile.am 2021-08-15 19:13:34.000000000 +0900
2+
+++ src/moab-5.5.1/itaps/imesh/Makefile.am 2025-03-18 18:47:03.771834700 +0900
33
@@ -76,7 +76,7 @@ libiMesh_la_includedir = $(includedir)
44

55
libiMesh_la_LIBADD = $(top_builddir)/src/libMOAB.la
@@ -9,8 +9,8 @@
99

1010
# Automake doesn't seem to have a directory defined for
1111
# platform-dependent data (or include) files. So put
12-
--- origsrc/moab-5.5.0/src/Makefile.am 2023-06-21 01:43:44.000000000 +0900
13-
+++ src/moab-5.5.0/src/Makefile.am 2024-09-04 04:14:15.097879300 +0900
12+
--- origsrc/moab-5.5.1/src/Makefile.am 2023-11-08 14:03:50.000000000 +0900
13+
+++ src/moab-5.5.1/src/Makefile.am 2025-03-18 18:47:03.771834700 +0900
1414
@@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = foreign subdir-object
1515
# Things to build
1616
lib_LTLIBRARIES = libMOAB.la

0 commit comments

Comments
 (0)