Changes for upcoming GSL extension project #148

Merged
CommanderTvis merged 98 commits from gsl-experiment into dev 2021-02-19 13:34:27 +03:00
CommanderTvis commented 2020-10-04 08:46:59 +03:00 (Migrated from github.com)

Minor changes related to benchmarks and EJML matrix, add GSL module, add wrapper for gsl_matrix, provide headers of gsl, configure cinterop at least for Linux and OSX, update GitHub Actions workflow

closes #142

Minor changes related to benchmarks and EJML matrix, add GSL module, add wrapper for gsl_matrix, provide headers of gsl, configure cinterop at least for Linux and OSX, update GitHub Actions workflow closes #142
altavir (Migrated from github.com) reviewed 2020-10-04 09:11:08 +03:00
altavir (Migrated from github.com) commented 2020-10-04 09:11:08 +03:00

handle should probably be private

handle should probably be private
CommanderTvis (Migrated from github.com) reviewed 2020-10-04 09:18:04 +03:00
CommanderTvis (Migrated from github.com) commented 2020-10-04 09:18:04 +03:00

That's true, but the current challenge is to build this at least

That's true, but the current challenge is to build this at least
CommanderTvis (Migrated from github.com) reviewed 2020-10-04 09:18:29 +03:00
CommanderTvis (Migrated from github.com) commented 2020-10-04 09:18:29 +03:00

Currently, I can't even run cinterop in Actions

Currently, I can't even run cinterop in Actions
CommanderTvis commented 2020-10-12 14:51:45 +03:00 (Migrated from github.com)

Suspended since Kotlin/Native and cinterop are too unstable and can't be used.

Suspended since Kotlin/Native and cinterop are too unstable and can't be used.
CommanderTvis commented 2020-10-15 12:33:44 +03:00 (Migrated from github.com)

@altavir it works

@altavir it works
grinisrit commented 2020-11-06 11:05:55 +03:00 (Migrated from github.com)

@CommanderTvis is it possible to avoid installing packages system wide (with apt-get or brew)? You could directly dowload the artifacts from a public repository. For example for GSL you can use Anaconda: https://anaconda.org/anaconda/gsl/files

@CommanderTvis is it possible to avoid installing packages system wide (with apt-get or brew)? You could directly dowload the artifacts from a public repository. For example for GSL you can use Anaconda: https://anaconda.org/anaconda/gsl/files
grinisrit (Migrated from github.com) approved these changes 2021-01-19 16:59:36 +03:00
altavir (Migrated from github.com) approved these changes 2021-02-19 11:07:55 +03:00
altavir (Migrated from github.com) commented 2021-02-19 11:07:41 +03:00

additional to

additional to
@ -7,6 +7,7 @@ kotlin.sourceSets {
languageSettings.apply {
useExperimentalAnnotation("kotlinx.coroutines.FlowPreview")
useExperimentalAnnotation("kotlinx.coroutines.ExperimentalCoroutinesApi")
useExperimentalAnnotation("kotlinx.coroutines.ObsoleteCoroutinesApi")
altavir (Migrated from github.com) commented 2021-02-19 11:06:53 +03:00

Do we need that?

Do we need that?
CommanderTvis (Migrated from github.com) reviewed 2021-02-19 13:32:29 +03:00
@ -7,6 +7,7 @@ kotlin.sourceSets {
languageSettings.apply {
useExperimentalAnnotation("kotlinx.coroutines.FlowPreview")
useExperimentalAnnotation("kotlinx.coroutines.ExperimentalCoroutinesApi")
useExperimentalAnnotation("kotlinx.coroutines.ObsoleteCoroutinesApi")
CommanderTvis (Migrated from github.com) commented 2021-02-19 13:32:29 +03:00

This line removes compiler warning. It could have been placed to gradle-tools project, actually.

This line removes compiler warning. It could have been placed to gradle-tools project, actually.
CommanderTvis (Migrated from github.com) reviewed 2021-02-19 13:32:38 +03:00
Sign in to join this conversation.
No description provided.