Skip to content

Instantly share code, notes, and snippets.

@ghutchis
Created September 13, 2019 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ghutchis/c33928316217730006790e6724993e26 to your computer and use it in GitHub Desktop.
Save ghutchis/c33928316217730006790e6724993e26 to your computer and use it in GitHub Desktop.
OB release notes
git fetch origin # get tags
git checkout openbabel-3-0-0a1
cp -pr openbabel openbabel-3.0.0a1
cd openbabel-3.0.0a1
rm .travis.yml authors.txt
find . -name "*~" | xargs rm
find . -name ".git*" | xargs rm -r
(cd scripts/python/; rm -fr build)
(cd scripts/java/; rm -fr org)
# installs
# swig
# python
# mono
# R
# php
# ruby
# perl
# java
# (??)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment