Skip to content

Commit

Permalink
Update skder to 1.2.8 (#51137)
Browse files Browse the repository at this point in the history
* Update skder to 1.2.8

* Update build.sh

* Update build.sh

---------

Co-authored-by: Rauf Salamzade <[email protected]>
  • Loading branch information
BiocondaBot and raufs authored Oct 4, 2024
1 parent 0e83add commit e9865fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion recipes/skder/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ $PYTHON -m pip install . --ignore-installed --no-deps -vv
mkdir -p ${PREFIX}/bin

export LDFLAGS=

${CXX} -std=c++11 -Wl,-headerpad_max_install_names -o ${PREFIX}/bin/skDERsum src/skDER/skDERsum.cpp
${CXX} -std=c++11 -Wl,-headerpad_max_install_names -o ${PREFIX}/bin/skDERcore src/skDER/skDERcore.cpp

Expand Down
4 changes: 2 additions & 2 deletions recipes/skder/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "skder" %}
{% set version = "1.2.7" %}
{% set version = "1.2.8" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/raufs/skDER/archive/refs/tags/v{{ version }}.tar.gz
sha256: 283e4a05d27afcff65564450d15150e6a9ad393b0a29b61802b6ab7e05197347
sha256: d60056e0ebd71f62af562a490b7a4a9761fac207e03a20fe926db571d16d5237

build:
number: 0
Expand Down

0 comments on commit e9865fd

Please sign in to comment.