{"id":17113086,"url":"https://github.com/emmt/ipy","last_synced_at":"2026-01-05T16:05:57.393Z","repository":{"id":33558461,"uuid":"37204694","full_name":"emmt/IPY","owner":"emmt","description":"IPY is a package of tools to help solving inverse problems with Yorick.","archived":false,"fork":false,"pushed_at":"2022-04-12T19:40:22.000Z","size":95,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-29T05:42:28.539Z","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.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-10T15:14:03.000Z","updated_at":"2022-03-16T10:38:03.000Z","dependencies_parsed_at":"2022-09-24T06:01:38.096Z","dependency_job_id":null,"html_url":"https://github.com/emmt/IPY","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmt%2FIPY","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmt%2FIPY/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmt%2FIPY/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmt%2FIPY/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emmt","download_url":"https://codeload.github.com/emmt/IPY/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245177285,"owners_count":20573074,"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","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:56.996Z","updated_at":"2026-01-05T16:05:57.345Z","avatar_url":"https://github.com/emmt.png","language":"SWIG","funding_links":[],"categories":[],"sub_categories":[],"readme":"IPY: Inverse Problems with Yorick\n=================================\n\n**IPY** is a package of tools to help solving inverse problems with Yorick.\n\n\nInstallation\n------------\n\nIn short, building and installing the plug-in can be as quick as:\n```\n    cd BUILD_DIR\n    SRC_DIR/configure\n    make\n    make install\n```\nwhere `BUILD_DIR` is the build directory (at your convenience) and `SRC_DIR` is\nthe source directory of the plug-in code.  The build and source directories\ncan be the same in which case, call `./configure` to configure for building.\n\nThen, to use the plug-in, start the Yorick interpreter and type:\n```\n    #include \"ipy.i\"\n```\nMore detailled explanations are given below.\n\n0. You must have [Yorick](http://github.com/LLNL/yorick/) and\n   [Yeti](https://github.com/emmt/Yeti) installed on your machine.\n\n1. Unpack the plug-in code somewhere.\n\n2. Configure for compilation.  The are two possibilities:\n\n   * For an in-place build, go to the source directory of the plug-in code\n     and run the configuration script:\n     ```\n         cd SRC_DIR\n         ./configure\n     ```\n     To see the configuration options, call:\n     ```\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     ```\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     ```\n         SRC_DIR/configure --help\n     ```\n\n3. Compile the code:\n   ```\n       make\n   ```\n\n4. Install the plug-in in Yorick directories:\n   ```\n       make install\n   ```\n\nLicense\n-------\n\nIPY is open source sofware released under the GNU-GPL License\n(see [./LICENSE.md](./LICENSE.md)).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femmt%2Fipy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femmt%2Fipy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femmt%2Fipy/lists"}