Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Use with the heroku-buildpack-multi to install swig.

License

Notifications You must be signed in to change notification settings

jamarparris/heroku-buildpack-swig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

heroku-buildpack-swig

This is a Heroku buildpack that allows you to install swig which is a system dependency needed for many libraries to function correctly. E.g. M2Crypto.

Use this in conjunction with the Heroku buildpack: multi to use your buildpack of choice once swig is installed. E.g. Heroku Python buildback.

Usage

To use this buildpack you'll first need to set the multi buildpack as your custom buildpack:

$ heroku buildpacks:set https://github.com/heroku/heroku-buildpack-multi.git

From here you will need to create a .buildpacks file which contains this buildpack and then the other buildpacks which will trigger dependencies on swig.

$ cat .buildpacks
https://github.com/jamarparris/heroku-buildpack-swig
https://github.com/heroku/heroku-buildpack-python

License

MIT

About

Use with the heroku-buildpack-multi to install swig.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages