https://github.com/ViennaRNA/ViennaRNA
Raw File
Tip revision: 4a0e008b5ed50e4f39e8de93a3a97631eca589b0 authored by Ronny Lorenz on 25 September 2023, 18:08:42 UTC
AUTOCONF: Use soft-check for fotran compiler and lapacke.h to test RNAxplorer build capabilities
Tip revision: 4a0e008
.gitignore
# ignore other autotools generated content
Makefile
Makefile.in
configure
aclocal.m4
autom4te.cache
autoscan.log
depcomp
missing
compile
install-sh
config
config.*
.deps
stamp-h1
.dirstamp
ylwrap
tests/test-env.sh
src/ViennaRNA/vrna_config.h
libtool

# ignore libtoolize generated files
m4/libtool.m4
m4/lt*.m4

# ignore all tar.gz archives
*.tar.gz
# except the libsvm sources
!libsvm*.tar.gz

# logfiles of test suites
*.log

# libtool generated files
.libs
*.la
*.lo
*.o

# ignore pkg-config file
RNAlib2.pc

# ignore all postscript files that might be generated
*.ps

# ignore python setuptools files
pyproject.toml
setup.py
setup.cfg
back to top