{"id":18272374,"url":"https://github.com/simogasp/swigtest","last_synced_at":"2026-01-21T20:39:21.892Z","repository":{"id":74912012,"uuid":"119703200","full_name":"simogasp/swigTest","owner":"simogasp","description":"Testing swig","archived":false,"fork":false,"pushed_at":"2018-02-01T09:53:49.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T03:19:26.884Z","etag":null,"topics":["matlab-wrapper","python-wrapper","swig"],"latest_commit_sha":null,"homepage":null,"language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simogasp.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-31T15:11:34.000Z","updated_at":"2018-01-31T22:09:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"a3fcb4c6-493a-4aad-a94e-f5cf0c931bf2","html_url":"https://github.com/simogasp/swigTest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/simogasp/swigTest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simogasp%2FswigTest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simogasp%2FswigTest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simogasp%2FswigTest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simogasp%2FswigTest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simogasp","download_url":"https://codeload.github.com/simogasp/swigTest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simogasp%2FswigTest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28642220,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T18:04:35.752Z","status":"ssl_error","status_checked_at":"2026-01-21T18:03:55.054Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["matlab-wrapper","python-wrapper","swig"],"created_at":"2024-11-05T11:42:04.222Z","updated_at":"2026-01-21T20:39:21.876Z","avatar_url":"https://github.com/simogasp.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# swigTest\n\nTesting swig for generating python and matlab wrappers.\n\n## Building\n\n### Prerequisites\n\nIn order to build the project you need:\n\n* python\n* matlab \n* swig\n\n#### SWIG with matlab support\n\nIf you need the matlab wrapper then you should switch to a developer version of swig.\nYou need to checkout the `matlab` branch from the swig repository\n\n``` \ngit clone --branch matlab https://github.com/swig/swig.git\n```\n\nPlease refer to http://www.swig.org/svn.html for the necessary tools needed to build.\nand then install it:\n\n``` \ncd swig\n./autogen.sh \n./configure --prefix=`pwd`/build/install --with-matlab=/Applications/MATLAB_R2015b.app/\nmake -j8\nmake install\n```\n\nChange `--prefix=\u003cinstall_path\u003e` to any directory where you want to install swig. \nChange `--with-matlab=\u003cmatlabroot\u003e` to the root path of your matlab installation (note it will look for matlab binaries into `\u003cmatlabroot\u003e/bin`).\n\nThen at `cmake` stage you have to pass `-DCMAKE_PREFIX_PATH=\u003cinstall_path\u003e` so that the installed version can be found (unless you install in a system directory).\n### Building the wrappers\n\nThe generation of the wrappers is controlled by two cmake options:\n\n```cmake\noption(BUILD_MATLAB_WRAPPER \"Build the matlab wrapper with SWIG\" ON)\noption(BUILD_PYTHON_WRAPPER \"Build the python wrapper with SWIG\" ON)\n```\nso you can change the behaviour at `cmake` stage with eg `-DBUILD_MATLAB_WRAPPER:BOOL=OFF`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimogasp%2Fswigtest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimogasp%2Fswigtest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimogasp%2Fswigtest/lists"}