Package Details: highfive 3.2.0-1

Git Clone URL: https://aur.archlinux.org/highfive.git (read-only, click to copy)
Package Base: highfive
Description: Header-only C++ HDF5 interface
Upstream URL: https://github.com/BlueBrain/HighFive
Licenses: boost
Submitter: xzz53
Maintainer: xzz53
Last Packager: xzz53
Votes: 1
Popularity: 0.000000
First Submitted: 2019-03-25 13:43 (UTC)
Last Updated: 2025-10-06 18:42 (UTC)

Latest Comments

fsiegert commented on 2026-01-18 16:48 (UTC)

Does anyone else experience build failures during the make test stage? I get the output below. Could there be any missing build deps that make these tests fail?
(It's not urgent -- my current workaround is to disable the tests completely.)

99% tests passed, 2 tests failed out of 275

The following tests FAILED:
      7 - Test file version bounds (Failed)
     52 - FreeSpace (tracked) (Failed)

These two individual tests fail in the log file like as follows:

7/275 Testing: Test file version bounds
7/275 Test: Test file version bounds
Command: "/home/fsiegert/aur/highfive/src/build-3.2.0/tests/unit/tests_high_five_base" "Test file version bounds"
Directory: /home/fsiegert/aur/highfive/src/build-3.2.0/tests/unit
"Test file version bounds" start time: Jan 18 17:42 CET
Output:
----------------------------------------------------------
Filters: "Test file version bounds"
Randomness seeded to: 1016441624

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tests_high_five_base is a Catch2 v3.12.0 host application.
Run with -? for options

-------------------------------------------------------------------------------
Test file version bounds
-------------------------------------------------------------------------------
/usr/src/debug/highfive/highfive-3.2.0/tests/unit/tests_high_five_base.cpp:175
...............................................................................

/usr/src/debug/highfive/highfive-3.2.0/tests/unit/tests_high_five_base.cpp:183: FAILED:
  CHECK( bounds.first == H5F_LIBVER_EARLIEST )
with expansion:
  1 == 0

===============================================================================
test cases: 1 | 1 failed
assertions: 4 | 3 passed | 1 failed

<end of output>
Test time =   0.00 sec
----------------------------------------------------------
Test Failed.
"Test file version bounds" end time: Jan 18 17:42 CET
"Test file version bounds" time elapsed: 00:00:00
----------------------------------------------------------

and

52/275 Testing: FreeSpace (tracked)
52/275 Test: FreeSpace (tracked)
Command: "/home/fsiegert/aur/highfive/src/build-3.2.0/tests/unit/tests_high_five_base" "FreeSpace (tracked)"
Directory: /home/fsiegert/aur/highfive/src/build-3.2.0/tests/unit
"FreeSpace (tracked)" start time: Jan 18 17:42 CET
Output:
----------------------------------------------------------
Filters: "FreeSpace (tracked)"
Randomness seeded to: 3987742288

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tests_high_five_base is a Catch2 v3.12.0 host application.
Run with -? for options

-------------------------------------------------------------------------------
FreeSpace (tracked)
-------------------------------------------------------------------------------
/usr/src/debug/highfive/highfive-3.2.0/tests/unit/tests_high_five_base.cpp:634
...............................................................................

/usr/src/debug/highfive/highfive-3.2.0/tests/unit/tests_high_five_base.cpp:659: FAILED:
  CHECK( file.getFreeSpace() > 0 )
with expansion:
  0 > 0

===============================================================================
test cases: 1 | 1 failed
assertions: 4 | 3 passed | 1 failed

<end of output>
Test time =   0.00 sec
----------------------------------------------------------
Test Failed.
"FreeSpace (tracked)" end time: Jan 18 17:42 CET
"FreeSpace (tracked)" time elapsed: 00:00:00
----------------------------------------------------------

Nestor_013 commented on 2025-07-25 08:49 (UTC)

Seems to work now. Thanks.

xzz53 commented on 2025-07-24 15:31 (UTC)

Oops, fixed download url in 3.1.0-2

ttgg1 commented on 2025-07-24 12:33 (UTC)

Hi, in the PKGBUILD in line 12 there is an extra _, which causes the source URL to be wrong. Changing the link from source=(https://github.com/highfive-devs/$_pkgname/archive/v$pkgver.tar.gz ... to source=(https://github.com/highfive-devs/$pkgname/archive/v$pkgver.tar.gz ... fixes this problem, and the package will install just fine

lahwaacz commented on 2025-07-24 05:35 (UTC)

The source URL does not exist: https://github.com/highfive-devs//archive/v3.1.0.tar.gz

Also please upgrade the checksums from md5 to some strong algorithm, such as b2sums, see https://wiki.archlinux.org/title/PKGBUILD#Integrity

xzz53 commented on 2025-07-23 20:34 (UTC)

Updated to 3.1.0

Nestor_013 commented on 2025-07-22 10:16 (UTC)

Hi,

Highfive has migrated to https://github.com/highfive-devs/highfive and is now at version 3.0.0. Do you plan to update to this version ?