Skip to content

Commit

Permalink
Merge pull request #7 from bluesky/MNT-next--.3357-version
Browse files Browse the repository at this point in the history
Build next hkl version v5.0.0.3357
  • Loading branch information
prjemian authored Oct 5, 2023
2 parents d92b966 + 6d47be2 commit edd81b6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 42 deletions.
50 changes: 11 additions & 39 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# libhkl

Build the *hkl* C library (described here as
Build the [*hkl*](https://repo.or.cz/hkl.git) C library (described here as
[*libhkl*](https://people.debian.org/~picca/hkl/hkl.html#)) for
[hklpy](https://github.com/bluesky/hklpy). Publish on
[conda-forge](https://anaconda.org/conda-forge/hkl) using the
Expand All @@ -10,6 +10,9 @@ GH tag | GH release | conda-forge | License
--- | --- | --- | ---
[![tag](https://img.shields.io/github/tag/bluesky/libhkl.svg)](https://github.com/bluesky/libhkl/tags) | [![release](https://img.shields.io/github/release/bluesky/libhkl.svg)](https://github.com/bluesky/libhkl/releases) | [![conda-forge](https://img.shields.io/conda/vn/conda-forge/hkl)](https://anaconda.org/conda-forge/hkl) | [![license: GPLv3](https://img.shields.io/badge/license-GPLv3-brightgreen)](/COPYING)

NOTE: This repository is for hklpy developers and is not of general interest to
Bluesky users.

See additional information for how these [tarball
files](https://en.wikipedia.org/wiki/Tar_(computing)) are
[built](./builder/README.md) and [tested](./tests/README.md).
Expand All @@ -24,8 +27,7 @@ The *libhkl* tarball file depends on specific versions of both
- [Project maintainers](#project-maintainers)
- [tarball files](#tarball-files)
- [libhkl-v5.0.0.3357-x86\_64.tar.gz](#libhkl-v5003357-x86_64targz)
- [libhkl-v5.0.0.3001-x86\_64.tar.gz](#libhkl-v5003001-x86_64targz)
- [libhkl-v5.0.0.2173-x86\_64.tar.gz](#libhkl-v5002173-x86_64targz)
- [Releases](#releases)

## Project maintainers

Expand Down Expand Up @@ -53,42 +55,12 @@ Packaging requirements to build a conda-forge package with this library:
python >=3.8,<3.12
```

### libhkl-v5.0.0.3001-x86_64.tar.gz

package | version
--- | ---
sha256 | `b0a79417855ab358a7f1c5e08074b3e7e014b5d2e10c325d6e1328f3442bf69d`
built on | [Docker](https://github.com/bluesky/libhkl/tree/main/builder)
architecture | x86_64
OS | debian:bullseye
`gobject-introspection` | 1.78.1 (built from source)
`libgsl-dev` | 2.7 (built from source)
### Releases

Packaging requirements to build a conda-forge package with this library:

```text
gobject-introspection =1.78.1
gsl =2.7
pygobject
python >=3.8,<3.12
```
See release details for more information.

### libhkl-v5.0.0.2173-x86_64.tar.gz

package | version
release | tarball
--- | ---
sha256 | `0d36ee67057239f6a439b3f4fecac20df5102627c81bae90f1bc1e3c94e56a90`
built on | [Docker](https://github.com/bluesky/libhkl/tree/main/builder)
architecture | x86_64
OS | debian:bullseye
`gobject-introspection` | 1.78.1 (built from source)
`libgsl-dev` | 2.7 (built from source)

Packaging requirements to build a conda-forge package with this library:

```text
gobject-introspection =1.78.1
gsl =2.7
pygobject
python >=3.8,<3.12
```
[v1.2.0](https://github.com/bluesky/libhkl/releases/tag/v1.2.0) | `libhkl-v5.0.0.3357-x86_64.tar.gz`
[v1.1.0](https://github.com/bluesky/libhkl/releases/tag/v1.1.0) | `libhkl-v5.0.0.3001-x86_64.tar.gz`
[v1.0.0](https://github.com/bluesky/libhkl/releases/tag/v1.0.0) | `libhkl-v5.0.0.2173-x86_64.tar.gz`
4 changes: 1 addition & 3 deletions builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
FROM debian:bullseye
LABEL Name="sandbox"

# ENV HKL_TAG="v5.0.0.2173"
ENV HKL_TAG="v5.0.0.3001"
# ENV HKL_TAG="v5.0.0.3357"
ENV HKL_TAG="v5.0.0.3357"
ENV GOBJECT_INTROSPECTION_TAG=1.78.1
ENV GSL_TAG=release-2-7

Expand Down

0 comments on commit edd81b6

Please sign in to comment.