{"id":17113047,"url":"https://github.com/emmt/ygsl","last_synced_at":"2026-02-19T04:01:36.909Z","repository":{"id":9408422,"uuid":"11275718","full_name":"emmt/ygsl","owner":"emmt","description":"YGSL is a Yorick plug-in to bring some special functions of the GSL (GNU Scientific Library) into Yorick.","archived":false,"fork":false,"pushed_at":"2022-03-15T07:32:47.000Z","size":43,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-08T23:00:04.415Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"SWIG","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emmt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-07-09T07:22:32.000Z","updated_at":"2022-03-15T07:32:50.000Z","dependencies_parsed_at":"2022-09-10T05:41:13.702Z","dependency_job_id":null,"html_url":"https://github.com/emmt/ygsl","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/emmt/ygsl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmt%2Fygsl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmt%2Fygsl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmt%2Fygsl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmt%2Fygsl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emmt","download_url":"https://codeload.github.com/emmt/ygsl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmt%2Fygsl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000686,"owners_count":26082850,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T17:02:32.641Z","updated_at":"2025-10-08T23:00:07.799Z","avatar_url":"https://github.com/emmt.png","language":"SWIG","funding_links":[],"categories":[],"sub_categories":[],"readme":"YGSL\n====\n\nYGSL is a Yorick plug-in to bring some special functions of the GSL\n(GNU Scientific Library) into Yorick.\n\n\nInstallation\n------------\n\nIn short, building and installing the plug-in can be as quick as:\n````{.sh}\ncd $BUILD_DIR\n$SRC_DIR/configure\nmake\nmake install\n````\nwhere `$BUILD_DIR` is the build directory (at your convenience) and\n`$SRC_DIR` is the source directory of the plug-in code.  The build and\nsource directories can be the same in which case, call `./configure` to\nconfigure for building.\n\nIf the plug-in has been properly installed, it is sufficient to use any\nfunction of YGSL to automatically load the plug-in.  You may force the\nloading of the plug-in by something like:\n````{.sh}\n#include \"gsl.i\"\n````\nor\n````{.sh}\nrequire, \"gsl.i\";\n````\nin your code.\n\nMore detailled installation explanations are given below.\n\n1. You must have Yorick and the GSL (GNU Scientific Library) installed\n   on your machine.  (See the *\"Links\"* section below.)\n\n2. Unpack the software code somewhere or clone the Git repository.\n\n3. Configure for compilation.  There are two possibilities:\n\n   For an **in-place build**, go to the source directory, say `$SRC_DIR`, of\n   the plug-in code and run the configuration script:\n   ````{.sh}\n   cd $SRC_DIR\n   ./configure\n   ````\n   To see the configuration options, call:\n   ````{.sh}\n   ./configure --help\n   ````\n\n   To compile in a **different build directory**, say `$BUILD_DIR`, create the\n   build directory, go to the build directory and run the configuration\n   script:\n   ````{.sh}\n   mkdir -p $BUILD_DIR\n   cd $BUILD_DIR\n   $SRC_DIR/configure\n   ````\n   where `$SRC_DIR` is the path to the source directory of the plug-in code.\n   To see the configuration options, call:\n   ````{.sh}\n   $SRC_DIR/configure --help\n   ````\n\n4. Compile the code:\n   ````{.sh}\n   make\n   ````\n\n4. Install the plug-in in Yorick directories:\n   ````{.sh}\n   make install\n   ````\n\n\nLicense\n-------\n\nYGSL is open source sofware released under the CeCILL-C license\n\u003chttp://www.cecill.info/index.en.html\u003e.\n\n\nHistory\n-------\n\nYGSL was a component of Yeti (a group of Yorick plugins), it is now a\nstandalone plug-in. You can find more informations about Yeti at\n\u003chttp://www-obs.univ-lyon1.fr/labo/perso/eric.thiebaut/yeti.html\u003e.\n\n\nLinks\n-----\n\n * Yorick: \u003chttp://github.com/LLNL/yorick/\u003e;\n * GSL (GNU Scientific Library): \u003chttp://www.gnu.org/software/gsl/\u003e;\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femmt%2Fygsl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femmt%2Fygsl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femmt%2Fygsl/lists"}