Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spral v2025.03.03 #19

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{% set repo_name = "spral" %}
{% set cxx_name = "lib" + repo_name %}
{% set version = "2025.01.08" %}
{% set version = "2025.03.03" %}

package:
name: {{ cxx_name }}
version: {{ version }}

source:
- url: https://github.com/ralna/spral/archive/refs/tags/v{{ version }}.tar.gz
sha256: c141878e36cb01a3c6f5e677a43d0f7781781755036f59ef91f38090a8f26f71
sha256: 5f2d68fb4009b3a57b844183cb33228603819a974c349a47c0e745b04cd919c9


build:
Expand Down
Loading