Skip to content

Commit 0569f81

Browse files
committed
Disable GitHub publish
1 parent ec4ba39 commit 0569f81

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ jobs:
4141
-Ppublishing.platform=linuxX64
4242
-Ppublishing.github.user=${{ secrets.PUBLISHING_GITHUB_USER }}
4343
-Ppublishing.github.token=${{ secrets.PUBLISHING_GITHUB_TOKEN }}
44+
-Ppublishing.github=false
4445
-Ppublishing.space.user=${{ secrets.PUBLISHING_SPACE_USER }}
4546
-Ppublishing.space.token=${{ secrets.PUBLISHING_SPACE_TOKEN }}

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@
44

55
[![JetBrains Research](https://jb.gg/badges/research.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
66
[![Gradle build](https://github.com/mipt-npm/kmath-gsl/workflows/build/badge.svg)](https://github.com/mipt-npm/kmath-gsl/actions/workflows/build.yml)
7-
[![Space](https://img.shields.io/maven-metadata/v?label=Space&metadataUrl=https://maven.pkg.jetbrains.space/mipt-npm/p/sci/maven/space/kscience/kmath-gsl/maven-metadata.xml)](https://maven.pkg.jetbrains.space/mipt-npm/p/sci/maven/space/kscience/kmath-gsl/0.2.1-dev-1/)
7+
[![Space](https://img.shields.io/badge/dynamic/xml?color=orange&label=Space&query=//metadata/versioning/latest&url=https%3A%2F%2Fmaven.pkg.jetbrains.space%2Fmipt-npm%2Fp%2Fsci%2Fmaven%2Fspace%2Fkscience%2Fkmath-gsl%2Fmaven-metadata.xml)](https://maven.pkg.jetbrains.space/mipt-npm/p/sci/maven/space/kscience/)
88

99
- [matrix-contexts](src/nativeMain/kotlin/GslLinearSpace.kt) : LinearSpace implementations for Double, Float, and Complex matrices and vectors implemented with GSL
1010

1111

12+
## Requirements:
13+
14+
`kmath-gsl` needs a BLAS implementation installed. To achieve better performance, MKL or ATLAS can be used.
15+
1216
## Artifact:
1317

1418
The Maven coordinates of this project are `space.kscience:kmath-gsl:0.3.0-dev-1`.

docs/templates/README-TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![JetBrains Research](https://jb.gg/badges/research.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
66
[![Gradle build](https://github.com/mipt-npm/kmath-gsl/workflows/build/badge.svg)](https://github.com/mipt-npm/kmath-gsl/actions/workflows/build.yml)
7-
[![Space](https://img.shields.io/maven-metadata/v?label=Space&metadataUrl=https://maven.pkg.jetbrains.space/mipt-npm/p/sci/maven/space/kscience/kmath-gsl/maven-metadata.xml)](https://maven.pkg.jetbrains.space/mipt-npm/p/sci/maven/space/kscience/kmath-gsl/0.2.1-dev-1/)
7+
[![Space](https://img.shields.io/badge/dynamic/xml?color=orange&label=Space&query=//metadata/versioning/latest&url=https%3A%2F%2Fmaven.pkg.jetbrains.space%2Fmipt-npm%2Fp%2Fsci%2Fmaven%2Fspace%2Fkscience%2Fkmath-gsl%2Fmaven-metadata.xml)](https://maven.pkg.jetbrains.space/mipt-npm/p/sci/maven/space/kscience/)
88

99
${features}
1010

0 commit comments

Comments
 (0)