Skip to content

Commit

Permalink
prepare release IntaRNA 3.0.0
Browse files Browse the repository at this point in the history
prepare release IntaRNA 3.0.0
  • Loading branch information
martin-raden authored Aug 9, 2019
2 parents 034bb14 + 9e4e088 commit b8b237d
Show file tree
Hide file tree
Showing 190 changed files with 13,004 additions and 6,881 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ compile
doxygen-doc
doxygen-doc/*
conf3108*
test-driver


# temp dir
Expand All @@ -69,3 +70,4 @@ tests/logs/*
/t.fasta
/t2.fasta
/IntaRNA.pc
/IntaRNA.exe.stackdump
44 changes: 17 additions & 27 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,37 +1,27 @@
dist: trusty

os:
- linux
language: minimal

language: cpp

compiler:
- gcc

cache:
apt: true

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libboost-all-dev
- libgsl0-dev

before_install:
- sudo apt-add-repository ppa:j-4/vienna-rna -y
- sudo apt-get update -q
- sudo apt-get install vienna-rna -y
install:
- wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh -O miniconda.sh;
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
# Useful for debugging any issues with conda
- conda info -a
# create build environment
- conda create -q -n build-IntaRNA -c bioconda gcc_linux-64 gxx_linux-64 boost-cpp viennarna pkgconfig
- source activate build-IntaRNA

script:
- $CXX --version
- which $CXX
- RNAalifold --version
##### start IntaRNA build #####
- cd $TRAVIS_BUILD_DIR
- cd $TRAVIS_BUILD_DIR
# generate autotools's files
- bash autotools-init.sh
- ./configure --prefix=$HOME/IntaRNA
# run configure
- ./configure --prefix=$HOME/IntaRNA --with-vrna=$HOME/miniconda/envs/build-IntaRNA --with-boost=no
# compile documentation
# - make doxygen-doc
# compile, test and install IntaRNA
Expand Down
16 changes: 15 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@

#############################################################
version 3.*
#############################################################

- Martin Raden, nee Mann

- Frank Gelhausen

#############################################################
version 2.*
#############################################################

- Martin Mann
- Martin Raden, nee Mann

- Alex Gawronski
- Rick Gelhausen
- Sebastian Holler
- Mostafa Mahmoud
- Milad Miladi

#############################################################
version 1.*
Expand Down
Loading

0 comments on commit b8b237d

Please sign in to comment.