JuliaPackaging / BinaryBuilderBase.jl

https://juliapackaging.github.io/BinaryBuilderBase.jl/stable
MIT License
11 stars 30 forks source link

Support .conda files #296

Closed mkitti closed 1 year ago

mkitti commented 1 year ago

https://docs.conda.io/projects/conda/en/latest/user-guide/concepts/packages.html#:~:text=conda%20file%20format%20was%20introduced,tar%20files.

The .conda file format was introduced in conda 4.7 as a more compact, and thus faster, alternative to a tarball.

The .conda file format consists of an outer, uncompressed ZIP-format container, with 2 inner compressed .tar files.

For the .conda format's initial internal compression format support, we chose Zstandard (zstd). The actual compression format used does not matter, as long as the format is supported by libarchive. The compression format may change in the future as more advanced compression algorithms are developed and no change to the .conda format is necessary. Only an updated libarchive would be required to add a new compression format to .conda files.

mkitti commented 1 year ago
$ unzip -l hdf5-1.14.0-nompi_hc28a057_102.conda
Archive:  hdf5-1.14.0-nompi_hc28a057_102.conda
  Length      Date    Time    Name
---------  ---------- -----   ----
       31  2023-02-07 13:35   metadata.json
  3150872  1980-01-01 00:00   pkg-hdf5-1.14.0-nompi_hc28a057_102.tar.zst
    35878  1980-01-01 00:00   info-hdf5-1.14.0-nompi_hc28a057_102.tar.zst
---------                     -------
  3186781                     3 files
$ tar -tvf info-hdf5-1.14.0-nompi_h5231ba7_102.tar.zst 
-rw-r--r-- 0/0             733 2023-02-07 08:18 info/recipe/patches/testpar_pflush.sh.in.openmpi.patch
-rw-r--r-- 0/0             224 2023-02-07 08:18 info/recipe/README.md
-rw-r--r-- 0/0             348 2023-02-07 08:37 info/hash_input.json
-rw-r--r-- 0/0            4911 2023-02-07 08:18 info/test/h5tutr_cmprss.cpp
-rw-r--r-- 0/0            4191 2023-02-07 08:37 info/recipe/meta.yaml
-rw-r--r-- 0/0            4273 2023-02-07 08:18 info/test/h5_cmprss.c
-rw-r--r-- 0/0            5069 2023-02-07 08:18 info/recipe/bld.bat
-rw-r--r-- 0/0           60525 2023-02-07 08:37 info/paths.json
-rw-r--r-- 0/0            1205 2023-02-07 08:18 info/recipe/patches/osx_cross_fortran_src_makefile.patch
-rw-r--r-- 0/0            4273 2023-02-07 08:18 info/recipe/h5_cmprss.c
-rw-r--r-- 0/0            1304 2023-02-07 08:18 info/recipe/patches/testh5diff.sh.in.patch
-rw-r--r-- 0/0            1745 2023-02-07 08:18 info/recipe/patches/2400-mpi-private-scope.patch
-rw-r--r-- 0/0               0 2023-02-07 08:37 info/git
-rw-r--r-- 0/0             497 2023-02-07 08:37 info/index.json
-rw-r--r-- 0/0             847 2023-02-07 08:18 info/recipe/patches/osx_cross_hl_fortran_src_makefile.patch
-rw-r--r-- 0/0            1699 2023-02-07 08:18 info/recipe/patches/osx_cross_src_makefile.patch
-rwxr-xr-x 0/0            1385 2023-02-07 08:37 info/test/run_test.sh
-rw-r--r-- 0/0            7133 2023-02-07 08:18 info/recipe/compound_fortran2003.f90
-rw-r--r-- 0/0            7133 2023-02-07 08:18 info/test/compound_fortran2003.f90
-rw-r--r-- 0/0              90 2023-02-07 08:37 info/test/test_time_dependencies.json
-rw-r--r-- 0/0            1962 2023-02-07 08:18 info/recipe/TEST_FILES_LICENSE.md
-rw-r--r-- 0/0            5080 2023-02-07 08:18 info/recipe/h5_cmprss.f90
-rw-r--r-- 0/0            1541 2023-02-07 08:19 info/recipe/recipe-scripts-license.txt
-rwxr-xr-x 0/0             458 2023-02-07 08:18 info/recipe/mpiexec.sh
-rw-r--r-- 0/0            4911 2023-02-07 08:18 info/recipe/h5tutr_cmprss.cpp
-rw-r--r-- 0/0            3477 2023-02-07 08:37 info/has_prefix
-rw-r--r-- 0/0            5080 2023-02-07 08:18 info/test/h5_cmprss.f90
-rw-r--r-- 0/0            7674 2023-02-07 08:37 info/files
-rw-r--r-- 0/0            6973 2023-02-07 08:18 info/recipe/patches/osx_cross_configure.patch
-rw-r--r-- 0/0             530 2023-02-07 08:18 info/recipe/patches/testpar_Makefile.in.patch
-rw-r--r-- 0/0            2098 2023-02-07 08:18 info/recipe/patches/2407-include-shlwapi-explicitely-on-windows.patch
-rwxr-xr-x 0/0             740 2023-02-07 08:18 info/recipe/run_test.sh
-rw-r--r-- 0/0              39 2023-02-07 08:37 info/run_exports.json
-rw-r--r-- 0/0            5927 2023-02-07 08:18 info/recipe/meta.yaml.template
-rw-r--r-- 0/0            5889 2023-02-07 08:37 info/about.json
-rwxr-xr-x 0/0            5631 2023-02-07 08:18 info/recipe/build.sh
-rw-r--r-- 0/0             861 2023-02-07 08:37 info/recipe/conda_build_config.yaml
$ tar -tvf pkg-hdf5-1.14.0-nompi_h5231ba7_102.tar.zst 
-rwxrwxr-x 0/0           30968 2023-02-07 08:37 bin/h5unjam
lrwxrwxrwx 0/0               0 2023-02-07 08:37 lib/libhdf5_fortran.so.310 -> libhdf5_fortran.so.310.0.0
-rw-rw-r-- 0/0            4227 2023-02-07 08:27 share/hdf5_examples/c/h5_debug_trace.c
-rw-rw-r-- 0/0            5728 2023-02-07 08:27 share/hdf5_examples/fortran/h5_extend.f90
-rw-rw-r-- 0/0            4725 2023-02-07 08:27 share/hdf5_examples/fortran/ph5example.f90
-rw-rw-r-- 0/0            9706 2023-02-07 08:27 share/hdf5_examples/c/h5_vds.c
-rw-rw-r-- 0/0           11823 2023-02-07 08:27 include/h5g.mod
-rw-rw-r-- 0/0           46658 2023-02-07 08:27 include/H5Gpublic.h
-rw-rw-r-- 0/0            2438 2023-02-07 08:27 include/H5IntType.h
-rw-rw-r-- 0/0           87908 2023-02-07 08:27 include/h5im.mod
-rw-rw-r-- 0/0           22497 2023-02-07 08:27 include/H5Mpublic.h
-rw-rw-r-- 0/0            3368 2023-02-07 08:27 include/H5EnumType.h
-rwxrwxr-x 0/0            4574 2023-02-07 08:27 share/hdf5_examples/hl/c/run-hlc-ex.sh
-rwxrwxr-x 0/0            4732 2023-02-07 08:27 share/hdf5_examples/fortran/run-fortran-ex.sh
-rwxrwxr-x 0/0            1440 2023-02-07 08:27 share/hdf5_examples/run-all-ex.sh
-rw-rw-r-- 0/0            6725 2023-02-07 08:27 include/H5FaccProp.h
-rw-rw-r-- 0/0            7231 2023-02-07 08:27 include/H5DataSet.h
-rw-rw-r-- 0/0            8451 2023-02-07 08:27 share/hdf5_examples/fortran/selectele.f90
-rw-rw-r-- 0/0            5448 2023-02-07 08:27 include/H5DataSpace.h
-rw-rw-r-- 0/0           10021 2023-02-07 08:27 include/h5global.mod
-rw-rw-r-- 0/0            1763 2023-02-07 08:27 include/H5VLpassthru.h
-rw-rw-r-- 0/0            5390 2023-02-07 08:27 share/hdf5_examples/c++/h5tutr_subset.cpp
-rw-rw-r-- 0/0           14737 2023-02-07 08:27 include/h5t.mod
-rw-rw-r-- 0/0          130236 2023-02-07 08:27 include/h5lt.mod
-rw-rw-r-- 0/0           48552 2023-02-07 08:27 include/H5VLconnector.h
-rw-rw-r-- 0/0            4090 2023-02-07 08:27 share/hdf5_examples/fortran/h5_crtgrpd.f90
-rw-rw-r-- 0/0            2719 2023-02-07 08:27 include/H5Library.h
-rw-rw-r-- 0/0            3577 2023-02-07 08:27 share/hdf5_examples/fortran/h5_crtatt.f90
-rw-rw-r-- 0/0            5693 2023-02-07 08:27 share/hdf5_examples/c/h5_chunk_read.c
-rw-rw-r-- 0/0            6543 2023-02-07 08:27 share/hdf5_examples/c/h5_vds-eiger.c
-rw-rw-r-- 0/0           35564 2023-02-07 08:27 include/H5public.h
-rw-rw-r-- 0/0            5529 2023-02-07 08:27 include/H5PropList.h
-rw-rw-r-- 0/0            2711 2023-02-07 08:27 share/hdf5_examples/hl/c/ex_image1.c
-rw-rw-r-- 0/0             365 2023-02-07 08:27 include/h5fortkit.mod
-rw-rw-r-- 0/0            3101 2023-02-07 08:27 share/hdf5_examples/c/h5_crtgrpd.c
-rw-rw-r-- 0/0            7183 2023-02-07 08:27 share/hdf5_examples/c/h5_elink_unix2win.c
-rw-rw-r-- 0/0            4057 2023-02-07 08:27 include/H5FDsplitter.h
-rw-rw-r-- 0/0            1355 2023-02-07 08:27 share/hdf5_examples/hl/c/ex_lite1.c
-rw-rw-r-- 0/0            3507 2023-02-07 08:27 share/hdf5_examples/c/h5_mount.c
-rw-rw-r-- 0/0            9260 2023-02-07 08:27 share/hdf5_examples/c/h5_vds-percival.c
-rw-rw-r-- 0/0           65083 2023-02-07 08:27 include/h5_gen.mod
-rwxrwxr-x 0/0           23104 2023-02-07 08:37 lib/libhdf5_hl_cpp.so.310.0.0
-rw-rw-r-- 0/0            3534 2023-02-07 08:27 share/hdf5_examples/hl/c++/ptExampleFL.cpp
-rw-rw-r-- 0/0           77851 2023-02-07 08:27 include/H5Dpublic.h
-rw-rw-r-- 0/0            4304 2023-02-07 08:27 include/H5FDdirect.h
-rw-rw-r-- 0/0            1638 2023-02-07 08:27 include/H5TSdevelop.h
-rw-rw-r-- 0/0            3310 2023-02-07 08:27 include/H5FloatType.h
-rw-rw-r-- 0/0            4616 2023-02-07 08:27 share/hdf5_examples/hl/c/ex_table_08.c
-rw-rw-r-- 0/0            4609 2023-02-07 08:27 include/hdf5.h
-rw-rw-r-- 0/0           13238 2023-02-07 08:27 share/hdf5_examples/c/h5_vds-percival-unlim.c
-rw-rw-r-- 0/0            5574 2023-02-07 08:27 include/H5Object.h
-rw-rw-r-- 0/0           37208 2023-02-07 08:27 include/H5Rpublic.h
-rw-rw-r-- 0/0           63619 2023-02-07 08:27 include/H5LTpublic.h
-rwxrwxr-x 0/0           63880 2023-02-07 08:37 bin/h5clear
-rwxrwxr-x 0/0          199392 2023-02-07 08:37 bin/h5ls
-rw-rw-r-- 0/0            1315 2023-02-07 08:27 include/H5Include.h
-rw-rw-r-- 0/0            8298 2023-02-07 08:27 share/hdf5_examples/c/h5_vds-exclim.c
-rw-rw-r-- 0/0            5217 2023-02-07 08:27 share/hdf5_examples/c++/h5tutr_cmprss.cpp
-rw-rw-r-- 0/0            2963 2023-02-07 08:27 include/H5AbstractDs.h
-rw-rw-r-- 0/0           15587 2023-02-07 08:27 include/h5o.mod
-rw-rw-r-- 0/0            7317 2023-02-07 08:27 share/hdf5_examples/fortran/rwdset_fortran2003.f90
-rw-rw-r-- 0/0            9254 2023-02-07 08:27 include/H5Zpublic.h
-rw-rw-r-- 0/0           11505 2023-02-07 08:27 share/hdf5_examples/c/h5_select.c
-rw-rw-r-- 0/0            8972 2023-02-07 08:27 share/hdf5_examples/c/h5_vds-exc.c
-rw-rw-r-- 0/0           95223 2023-02-07 08:27 include/H5Tpublic.h
lrwxrwxrwx 0/0               0 2023-02-07 08:37 lib/libhdf5_hl.so -> libhdf5_hl.so.310.0.0
-rwxrwxr-x 0/0          204064 2023-02-07 08:37 bin/h5repack
-rw-rw-r-- 0/0           88454 2023-02-07 08:27 include/h5ds.mod
-rw-rw-r-- 0/0            1711 2023-02-07 08:27 include/H5ESdevelop.h
-rw-rw-r-- 0/0            4470 2023-02-07 08:27 share/hdf5_examples/c++/h5tutr_crtgrpd.cpp
-rw-rw-r-- 0/0          306026 2023-02-07 08:27 share/hdf5_examples/hl/c/image8.txt
-rw-rw-r-- 0/0            3581 2023-02-07 08:27 share/hdf5_examples/c/h5_ref_compat.c
-rw-rw-r-- 0/0           15129 2023-02-07 08:27 include/H5FDdevelop.h
-rw-rw-r-- 0/0           10216 2023-02-07 08:27 include/h5z.mod
-rw-rw-r-- 0/0            3311 2023-02-07 08:27 share/hdf5_examples/c/h5_drivers.c
-rw-rw-r-- 0/0           10159 2023-02-07 08:27 include/H5FDmpio.h
-rw-rw-r-- 0/0           10896 2023-02-07 08:27 include/h5vl.mod
-rw-rw-r-- 0/0            2026 2023-02-07 08:27 share/hdf5_examples/fortran/h5_crtgrp.f90
-rw-rw-r-- 0/0            6882 2023-02-07 08:27 share/hdf5_examples/c/h5_ref2reg_deprec.c
-rw-rw-r-- 0/0            2720 2023-02-07 08:27 share/hdf5_examples/c++/h5tutr_crtatt.cpp
-rw-rw-r-- 0/0            6415 2023-02-07 08:27 include/H5Exception.h
-rw-rw-r-- 0/0            2021 2023-02-07 08:27 share/hdf5_examples/c++/h5tutr_crtgrp.cpp
-rwxrwxr-x 0/0            3500 2023-02-07 08:27 share/hdf5_examples/hl/c++/run-hlc++-ex.sh
-rw-rw-r-- 0/0            1961 2023-02-07 08:27 share/hdf5_examples/c/h5_crtgrpar.c
-rwxrwxr-x 0/0           68040 2023-02-07 08:37 bin/h5copy
lrwxrwxrwx 0/0               0 2023-02-07 08:37 lib/libhdf5hl_fortran.so.310 -> libhdf5hl_fortran.so.310.0.0
lrwxrwxrwx 0/0               0 2023-02-07 08:37 lib/libhdf5hl_fortran.so -> libhdf5hl_fortran.so.310.0.0
-rw-rw-r-- 0/0            7088 2023-02-07 08:27 share/hdf5_examples/c++/h5group.cpp
-rw-rw-r-- 0/0            6641 2023-02-07 08:27 share/hdf5_examples/c++/chunks.cpp
-rw-rw-r-- 0/0            4744 2023-02-07 08:27 share/hdf5_examples/c/h5_read.c
-rw-rw-r-- 0/0            3621 2023-02-07 08:27 share/hdf5_examples/hl/c/ex_table_12.c
-rw-rw-r-- 0/0            5014 2023-02-07 08:27 share/hdf5_examples/fortran/h5_subset.f90
-rw-rw-r-- 0/0            2745 2023-02-07 08:27 share/hdf5_examples/fortran/h5_crtgrpar.f90
-rw-rw-r-- 0/0            4492 2023-02-07 08:27 share/hdf5_examples/c/h5_reference_deprec.c
-rw-rw-r-- 0/0            2986 2023-02-07 08:27 include/H5AtomType.h
-rw-rw-r-- 0/0            5105 2023-02-07 08:27 share/hdf5_examples/hl/c/ex_table_05.c
-rw-rw-r-- 0/0            4528 2023-02-07 08:27 share/hdf5_examples/c/h5_compound.c
-rw-rw-r-- 0/0           23354 2023-02-07 08:27 include/H5Epubgen.h
-rw-rw-r-- 0/0          409972 2023-02-07 08:27 include/H5Ppublic.h
-rwxrwxr-x 0/0            1306 2023-02-07 08:27 share/hdf5_examples/hl/run-hl-ex.sh
-rw-rw-r-- 0/0            2953 2023-02-07 08:27 include/H5FDmirror.h
lrwxrwxrwx 0/0               0 2023-02-07 08:37 lib/libhdf5.so.310 -> libhdf5.so.310.0.0
-rwxrwxr-x 0/0            5832 2023-02-07 08:27 bin/h5redeploy
-rw-rw-r-- 0/0            2367 2023-02-07 08:27 share/hdf5_examples/hl/c/ex_lite3.c
-rw-rw-r-- 0/0            6237 2023-02-07 08:27 include/H5Idevelop.h
-rw-rw-r-- 0/0           21084 2023-02-07 08:27 include/H5Zdevelop.h
-rw-rw-r-- 0/0           26883 2023-02-07 08:27 include/H5Ipublic.h
-rw-rw-r-- 0/0            3919 2023-02-07 08:27 include/H5FDcore.h
-rw-rw-r-- 0/0           12804 2023-02-07 08:27 include/H5IMpublic.h
-rw-rw-r-- 0/0            6676 2023-02-07 08:27 share/hdf5_examples/hl/fortran/ex_ds1.f90
-rw-rw-r-- 0/0            5012 2023-02-07 08:27 share/hdf5_examples/c/h5_extend_write.c
-rw-rw-r-- 0/0            6754 2023-02-07 08:27 share/hdf5_examples/c/h5_vds-simpleIO.c
-rw-rw-r-- 0/0            2417 2023-02-07 08:27 share/hdf5_examples/c++/h5tutr_crtgrpar.cpp
-rw-rw-r-- 0/0           10522 2023-02-07 08:27 include/h5i.mod
-rw-rw-r-- 0/0           12476 2023-02-07 08:27 include/h5s.mod
-rw-rw-r-- 0/0           22112 2023-02-07 08:27 include/h5p.mod
-rw-rw-r-- 0/0            3549 2023-02-07 08:27 include/H5CppDoc.h
-rw-rw-r-- 0/0            4840 2023-02-07 08:27 share/hdf5_examples/fortran/h5_cmprss.f90
-rwxrwxr-x 0/0           63976 2023-02-07 08:37 bin/h5mkgrp
-rw-rw-r-- 0/0            1833 2023-02-07 08:27 share/hdf5_examples/c/h5_crtdat.c
-rw-rw-r-- 0/0           12340 2023-02-07 08:27 include/h5r.mod
-rw-rw-r-- 0/0            5692 2023-02-07 08:27 share/hdf5_examples/c++/h5tutr_extend.cpp
-rwxrwxr-x 0/0           14328 2023-02-07 08:37 bin/h5delete
-rw-rw-r-- 0/0           17256 2023-02-07 08:27 include/H5FDpublic.h
-rwxrwxr-x 0/0           26616 2023-02-07 08:37 bin/h5debug
-rw-rw-r-- 0/0           10567 2023-02-07 08:27 include/h5e.mod
-rwxrwxr-x 0/0          437672 2023-02-07 08:37 lib/libhdf5_fortran.so.310.0.0
-rw-rw-r-- 0/0            6405 2023-02-07 08:27 share/hdf5_examples/fortran/refobjexample.f90
-rw-rw-r-- 0/0            1514 2023-02-07 08:27 include/H5PLextern.h
-rw-rw-r-- 0/0           11044 2023-02-07 08:27 lib/libhdf5.settings
-rw-rw-r-- 0/0            2508 2023-02-07 08:27 include/H5FDmpi.h
-rwxrwxr-x 0/0           63880 2023-02-07 08:37 bin/h5format_convert
-rw-rw-r-- 0/0            2543 2023-02-07 08:27 share/hdf5_examples/fortran/h5_rdwt.f90
-rw-rw-r-- 0/0            3988 2023-02-07 08:27 share/hdf5_examples/hl/c/ex_table_11.c
-rw-rw-r-- 0/0            2111 2023-02-07 08:27 share/hdf5_examples/c/h5_crtatt.c
lrwxrwxrwx 0/0               0 2023-02-07 08:37 lib/libhdf5_hl_cpp.so -> libhdf5_hl_cpp.so.310.0.0
-rw-rw-r-- 0/0          151415 2023-02-07 08:27 include/H5overflow.h
-rw-rw-r-- 0/0            1756 2023-02-07 08:27 include/H5Cpp.h
-rw-rw-r-- 0/0            3542 2023-02-07 08:27 include/H5CommonFG.h
-rw-rw-r-- 0/0            4080 2023-02-07 08:27 share/hdf5_examples/hl/c/ex_table_03.c
lrwxrwxrwx 0/0               0 2023-02-07 08:37 lib/libhdf5_hl_fortran.so -> libhdf5hl_fortran.so.310.0.0
-rw-rw-r-- 0/0            8860 2023-02-07 08:27 include/H5PLpublic.h
-rw-rw-r-- 0/0            3224 2023-02-07 08:27 include/H5FDfamily.h
-rw-rw-r-- 0/0            6518 2023-02-07 08:27 share/hdf5_examples/c++/extend_ds.cpp
-rw-rw-r-- 0/0           13313 2023-02-07 08:27 include/h5a.mod
-rw-rw-r-- 0/0           92296 2023-02-07 08:27 include/h5lt_const.mod
-rw-rw-r-- 0/0           12825 2023-02-07 08:27 include/H5ESpublic.h
-rw-rw-r-- 0/0            2390 2023-02-07 08:27 share/hdf5_examples/c++/h5tutr_rdwt.cpp
-rw-rw-r-- 0/0           15516 2023-02-07 08:27 include/H5VLconnector_passthru.h
-rw-rw-r-- 0/0           14615 2023-02-07 08:27 include/H5FDlog.h
-rw-rw-r-- 0/0            8815 2023-02-07 08:27 share/hdf5_examples/c/h5_attribute.c
-rw-rw-r-- 0/0            1300 2023-02-07 08:27 include/H5FDsec2.h
-rw-rw-r-- 0/0            9190 2023-02-07 08:27 include/H5api_adpt.h
-rw-rw-r-- 0/0            1542 2023-02-07 08:27 include/H5FDstdio.h
-rw-rw-r-- 0/0            3768 2023-02-07 08:27 share/hdf5_examples/hl/c/ex_table_07.c
-rw-rw-r-- 0/0            4375 2023-02-07 08:27 share/hdf5_examples/hl/c/ex_table_01.c
-rw-rw-r-- 0/0            2561 2023-02-07 08:27 include/H5LaccProp.h
-rwxrwxr-x 0/0            2811 2023-02-07 08:27 share/hdf5_examples/hl/fortran/run-hlfortran-ex.sh
-rwxrwxr-x 0/0           30872 2023-02-07 08:37 bin/h52gif
-rw-rw-r-- 0/0            6174 2023-02-07 08:27 share/hdf5_examples/c++/readdata.cpp
-rw-rw-r-- 0/0            4108 2023-02-07 08:27 include/H5Attribute.h
-rw-rw-r-- 0/0            2347 2023-02-07 08:27 include/h5fortran_types.mod
-rwxrwxr-x 0/0         4654136 2023-02-07 08:37 lib/libhdf5.so.310.0.0
-rw-rw-r-- 0/0           19068 2023-02-07 08:27 include/H5Location.h
-rwxrwxr-x 0/0          158656 2023-02-07 08:37 bin/h5watch
-rwxrwxr-x 0/0          176424 2023-02-07 08:37 lib/libhdf5hl_fortran.so.310.0.0
-rw-rw-r-- 0/0            7328 2023-02-07 08:27 include/H5FDioc.h
-rw-rw-r-- 0/0           12556 2023-02-07 08:27 include/H5PredType.h
-rw-rw-r-- 0/0           18366 2023-02-07 08:27 include/H5VLpublic.h
-rwxrwxr-x 0/0           84576 2023-02-07 08:37 bin/h5import
-rw-rw-r-- 0/0           24928 2023-02-07 08:27 share/hdf5_examples/c/h5_extlink.c
-rwxrwxr-x 0/0           84936 2023-02-07 08:37 bin/h5stat
-rw-rw-r-- 0/0           12942 2023-02-07 08:27 include/H5Ldevelop.h
-rw-rw-r-- 0/0           10579 2023-02-07 08:27 include/H5FDmulti.h
-rw-rw-r-- 0/0            3522 2023-02-07 08:27 include/H5FDros3.h
-rw-rw-r-- 0/0            1458 2023-02-07 08:27 include/hdf5_hl.h
-rw-rw-r-- 0/0            2240 2023-02-07 08:27 include/H5Cpublic.h
-rw-rw-r-- 0/0            3758 2023-02-07 08:27 share/hdf5_examples/c/h5_ref_extern.c
-rw-rw-r-- 0/0           33582 2023-02-07 08:27 include/H5version.h
-rw-rw-r-- 0/0           17007 2023-02-07 08:27 share/hdf5_examples/c/ph5_subfiling.c
-rw-rw-r-- 0/0            2446 2023-02-07 08:27 include/H5FDwindows.h
-rw-rw-r-- 0/0            4736 2023-02-07 08:27 share/hdf5_examples/c/h5_extend.c
-rw-rw-r-- 0/0           19010 2023-02-07 08:27 include/H5pubconf.h
-rw-rw-r-- 0/0            1508 2023-02-07 08:27 share/hdf5_examples/c/h5_crtgrp.c
-rw-rw-r-- 0/0           11787 2023-02-07 08:27 include/h5f.mod
lrwxrwxrwx 0/0               0 2023-02-07 08:37 lib/libhdf5_hl_cpp.so.310 -> libhdf5_hl_cpp.so.310.0.0
-rw-rw-r-- 0/0            4163 2023-02-07 08:27 share/hdf5_examples/fortran/compound_complex_fortran2003.f90
-rw-rw-r-- 0/0           22768 2023-02-07 08:27 include/H5VLnative.h
-rw-rw-r-- 0/0            3610 2023-02-07 08:27 share/hdf5_examples/c++/create.cpp
-rw-rw-r-- 0/0            3974 2023-02-07 08:27 share/hdf5_examples/c/h5_cmprss.c
-rw-rw-r-- 0/0           81449 2023-02-07 08:27 include/H5Fpublic.h
-rw-rw-r-- 0/0            1651 2023-02-07 08:27 include/H5MMpublic.h
-rw-rw-r-- 0/0            3146 2023-02-07 08:27 share/hdf5_examples/hl/c/ex_table_06.c
-rw-rw-r-- 0/0            6746 2023-02-07 08:27 share/hdf5_examples/fortran/refregexample.f90
-rw-rw-r-- 0/0           38121 2023-02-07 08:27 include/H5ACpublic.h
-rw-rw-r-- 0/0            7714 2023-02-07 08:27 include/H5PacketTable.h
-rw-rw-r-- 0/0            4761 2023-02-07 08:27 share/hdf5_examples/c/h5_subset.c
-rwxrwxr-x 0/0          266496 2023-02-07 08:37 bin/h5dump
-rw-rw-r-- 0/0           19131 2023-02-07 08:27 include/H5PTpublic.h
-rw-rw-r-- 0/0            1823 2023-02-07 08:27 share/hdf5_examples/c/h5_rdwt.c
-rw-rw-r-- 0/0            1631 2023-02-07 08:27 share/hdf5_examples/hl/c/ex_lite2.c
-rw-rw-r-- 0/0            2599 2023-02-07 08:27 share/hdf5_examples/hl/fortran/exlite.f90
-rw-rw-r-- 0/0           26157 2023-02-07 08:27 include/H5TBpublic.h
-rw-rw-r-- 0/0            2910 2023-02-07 08:27 share/hdf5_examples/c/h5_write.c
-rw-rw-r-- 0/0            6226 2023-02-07 08:27 include/H5DcreatProp.h
-rw-rw-r-- 0/0            7523 2023-02-07 08:27 share/hdf5_examples/c/h5_group.c
-rwxrwxr-x 0/0           30968 2023-02-07 08:37 bin/h5jam
-rw-rw-r-- 0/0           12168 2023-02-07 08:27 share/hdf5_examples/c++/writedata.cpp
lrwxrwxrwx 0/0               0 2023-02-07 08:37 lib/libhdf5_fortran.so -> libhdf5_fortran.so.310.0.0
-rw-rw-r-- 0/0           92258 2023-02-07 08:27 include/h5tb.mod
-rw-rw-r-- 0/0            2345 2023-02-07 08:27 include/H5VarLenType.h
-rwxrwxr-x 0/0           16402 2023-02-07 08:27 bin/h5c++
-rw-rw-r-- 0/0            4198 2023-02-07 08:27 share/hdf5_examples/hl/c/ex_ds1.c
-rwxrwxr-x 0/0          191872 2023-02-07 08:37 bin/h5diff
-rw-rw-r-- 0/0            5149 2023-02-07 08:27 include/H5DxferProp.h
-rw-rw-r-- 0/0           15926 2023-02-07 08:27 include/H5DSpublic.h
-rw-rw-r-- 0/0            1328 2023-02-07 08:27 include/H5f90i.h
-rw-rw-r-- 0/0           87261 2023-02-07 08:27 include/hdf5.mod
-rw-rw-r-- 0/0          343939 2023-02-07 08:27 share/hdf5_examples/hl/c/image24pixel.txt
-rw-rw-r-- 0/0            2838 2023-02-07 08:27 include/H5LcreatProp.h
-rw-rw-r-- 0/0            5359 2023-02-07 08:27 share/hdf5_examples/hl/c/ex_image2.c
-rw-rw-r-- 0/0            8772 2023-02-07 08:27 include/H5FDonion.h
-rw-rw-r-- 0/0            6982 2023-02-07 08:27 include/H5DataType.h
-rw-rw-r-- 0/0            2873 2023-02-07 08:27 include/H5StrType.h
-rw-rw-r-- 0/0           12897 2023-02-07 08:27 include/h5l.mod
-rw-rw-r-- 0/0            6968 2023-02-07 08:27 share/hdf5_examples/fortran/compound_fortran2003.f90
-rw-rw-r-- 0/0            1792 2023-02-07 08:27 include/H5f90i_gen.h
-rw-rw-r-- 0/0           14962 2023-02-07 08:27 include/h5d.mod
-rw-rw-r-- 0/0            5489 2023-02-07 08:27 share/hdf5_examples/c++/compound.cpp
-rw-rw-r-- 0/0            2662 2023-02-07 08:27 include/H5ArrayType.h
-rw-rw-r-- 0/0            2848 2023-02-07 08:27 include/H5OcreatProp.h
-rwxrwxr-x 0/0           59968 2023-02-07 08:37 bin/h5perf_serial
-rw-rw-r-- 0/0           39771 2023-02-07 08:27 include/H5Epublic.h
-rw-rw-r-- 0/0            5513 2023-02-07 08:27 include/H5File.h
-rw-rw-r-- 0/0            4334 2023-02-07 08:27 include/H5FcreatProp.h
lrwxrwxrwx 0/0               0 2023-02-07 08:37 lib/libhdf5.so -> libhdf5.so.310.0.0
-rwxrwxr-x 0/0          159368 2023-02-07 08:37 lib/libhdf5_hl.so.310.0.0
-rw-rw-r-- 0/0            6024 2023-02-07 08:27 share/hdf5_examples/fortran/hyperslab.f90
-rwxrwxr-x 0/0           30840 2023-02-07 08:37 bin/gif2h5
-rw-rw-r-- 0/0            2462 2023-02-07 08:27 share/hdf5_examples/c++/h5tutr_crtdat.cpp
-rwxrwxr-x 0/0            5894 2023-02-07 08:27 share/hdf5_examples/c/run-c-ex.sh
-rw-rw-r-- 0/0            5703 2023-02-07 08:27 share/hdf5_examples/hl/c/ex_table_04.c
-rw-rw-r-- 0/0            1493 2023-02-07 08:27 include/H5Classes.h
-rw-rw-r-- 0/0            3741 2023-02-07 08:27 include/H5IdComponent.h
-rw-rw-r-- 0/0            1091 2023-02-07 08:27 share/hdf5_examples/README
-rw-r--r-- 0/0            5505 2022-04-14 12:26 info/licenses/COPYING
-rw-rw-r-- 0/0            4927 2023-02-07 08:27 share/hdf5_examples/fortran/mountexample.f90
-rw-rw-r-- 0/0           89994 2023-02-07 08:27 include/h5tb_const.mod
-rwxrwxr-x 0/0            4839 2023-02-07 08:27 share/hdf5_examples/c++/run-c++-ex.sh
-rw-rw-r-- 0/0           88349 2023-02-07 08:27 include/H5Lpublic.h
-rw-rw-r-- 0/0           11170 2023-02-07 08:27 share/hdf5_examples/c/ph5_filtered_writes_no_sel.c
-rw-rw-r-- 0/0            2641 2023-02-07 08:27 include/H5DaccProp.h
-rw-rw-r-- 0/0            8402 2023-02-07 08:27 include/H5Tdevelop.h
-rw-rw-r-- 0/0            8585 2023-02-07 08:27 share/hdf5_examples/fortran/compound.f90
-rwxrwxr-x 0/0           18424 2023-02-07 08:37 bin/h5repart
lrwxrwxrwx 0/0               0 2023-02-07 08:37 lib/libhdf5_hl.so.310 -> libhdf5_hl.so.310.0.0
-rw-rw-r-- 0/0            3287 2023-02-07 08:27 share/hdf5_examples/hl/c/ptExampleFL.c
-rw-rw-r-- 0/0           38504 2023-02-07 08:27 share/hdf5_examples/c/ph5example.c
-rw-rw-r-- 0/0          109114 2023-02-07 08:27 include/H5Opublic.h
-rw-rw-r-- 0/0           17415 2023-02-07 08:27 include/H5FDsubfiling.h
-rw-rw-r-- 0/0           53214 2023-02-07 08:27 include/H5Spublic.h
-rw-rw-r-- 0/0            7439 2023-02-07 08:27 share/hdf5_examples/fortran/nested_derived_type.f90
-rw-rw-r-- 0/0            4188 2023-02-07 08:27 share/hdf5_examples/hl/c/ex_table_02.c
-rw-rw-r-- 0/0            2517 2023-02-07 08:27 share/hdf5_examples/fortran/h5_crtdat.f90
-rw-rw-r-- 0/0            4519 2023-02-07 08:27 share/hdf5_examples/hl/c/ex_table_10.c
-rw-rw-r-- 0/0            6765 2023-02-07 08:27 include/H5LDpublic.h
-rw-rw-r-- 0/0            2013 2023-02-07 08:27 include/h5lib.mod
lrwxrwxrwx 0/0               0 2023-02-07 08:37 lib/libhdf5_cpp.so.310 -> libhdf5_cpp.so.310.0.0
-rw-rw-r-- 0/0            4915 2023-02-07 08:27 share/hdf5_examples/hl/c/ex_table_09.c
-rw-rw-r-- 0/0            3021 2023-02-07 08:27 include/H5Group.h
-rwxrwxr-x 0/0           14300 2023-02-07 08:27 bin/h5fc
-rw-rw-r-- 0/0           13324 2023-02-07 08:27 share/hdf5_examples/c/h5_shared_mesg.c
-rw-rw-r-- 0/0           11464 2023-02-07 08:27 include/H5DOpublic.h
-rw-rw-r-- 0/0            5715 2023-02-07 08:27 share/hdf5_examples/hl/c/pal_rgb.h
-rw-rw-r-- 0/0           12038 2023-02-07 08:27 share/hdf5_examples/c/h5_vds-percival-unlim-maxmin.c
-rw-rw-r-- 0/0           14591 2023-02-07 08:27 share/hdf5_examples/c/ph5_filtered_writes.c
lrwxrwxrwx 0/0               0 2023-02-07 08:37 lib/libhdf5_cpp.so -> libhdf5_cpp.so.310.0.0
-rw-rw-r-- 0/0            4003 2023-02-07 08:27 include/H5FDhdfs.h
-rwxrwxr-x 0/0           16185 2023-02-07 08:27 bin/h5cc
-rw-rw-r-- 0/0            4794 2023-02-07 08:27 include/H5CompType.h
-rw-rw-r-- 0/0           47940 2023-02-07 08:27 include/H5Apublic.h
-rwxrwxr-x 0/0          655792 2023-02-07 08:37 lib/libhdf5_cpp.so.310.0.0
$ cat metadata.json 
{"conda_pkg_format_version": 2}(base)
giordano commented 1 year ago

Archives are unpacked in https://github.com/JuliaPackaging/BinaryBuilderBase.jl/blob/64104c9a42311d3c63e9d369db12dd4faa885dc3/src/Prefix.jl#L295-L342 so you'll have to handle this file format there. For the time being for https://github.com/JuliaPackaging/Yggdrasil/pull/6274 you can use as a simple FileSource and manually unpack it as you need.