Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ippidb-web
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iPPIDB
ippidb-web
Commits
3a1ede8b
Commit
3a1ede8b
authored
6 years ago
by
Hervé MENAGER
Browse files
Options
Downloads
Patches
Plain Diff
use Django 2.0.x, not 2.1.x
2.1.x requires >=Python3.5, and current openbabel python RPM uses Python 3.4
parent
61554f84
No related branches found
No related tags found
No related merge requests found
Pipeline
#8999
failed
6 years ago
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+0
-25
0 additions, 25 deletions
.gitlab-ci.yml
ippisite/requirements-core.txt
+1
-1
1 addition, 1 deletion
ippisite/requirements-core.txt
with
1 addition
and
26 deletions
.gitlab-ci.yml
+
0
−
25
View file @
3a1ede8b
...
@@ -24,31 +24,6 @@ test-centos7-p34:
...
@@ -24,31 +24,6 @@ test-centos7-p34:
-
pip3 -V
-
pip3 -V
-
pip3 install -r requirements-centos.txt
-
pip3 install -r requirements-centos.txt
-
python3 manage.py test
-
python3 manage.py test
test-centos7-p35
:
image
:
centos:centos7
stage
:
test
script
:
-
yum install -y epel-release
-
yum install -y wget
-
wget https://centos7.iuscommunity.org/ius-release.rpm
-
rpm -Uvh ius-release*.rpm
-
yum install -y python35u python35u-libs python35u-devel python35u-pip
-
yum install -y gcc graphviz graphviz-devel
-
yum install -y httpd httpd-devel
-
yum install -y gcc-c++
-
yum update -y
#- yum install -y desktop-file-utils inchi-devel libxml2-devel swig wxGTK-devel ImageMagick perl-devel perl-generators
-
yum install -y swig
# openbabel pip dep
-
yum install -y wxBase wxGTK inchi
#openbabel rpm deps
-
wget https://gitlab.pasteur.fr/hub/openbabel4ippidb/raw/master/rpmbuild/RPMS/x86_64/openbabel-libs-2.4.1-15.PR1829.py3.el7.x86_64.rpm
-
wget https://gitlab.pasteur.fr/hub/openbabel4ippidb/raw/master/rpmbuild/RPMS/x86_64/openbabel-devel-2.4.1-15.PR1829.py3.el7.x86_64.rpm
-
wget https://gitlab.pasteur.fr/hub/openbabel4ippidb/raw/master/rpmbuild/RPMS/x86_64/openbabel-2.4.1-15.PR1829.py3.el7.x86_64.rpm
-
wget https://gitlab.pasteur.fr/hub/openbabel4ippidb/raw/master/rpmbuild/RPMS/x86_64/python3-openbabel-2.4.1-15.PR1829.py3.el7.x86_64.rpm
-
rpm -Uvh *.rpm
-
cd ippisite
-
pip3 -V
-
pip3 install -r requirements-centos.txt
-
python3 manage.py test
deploy-webserver
:
deploy-webserver
:
stage
:
deploy
stage
:
deploy
before_script
:
before_script
:
...
...
This diff is collapsed.
Click to expand it.
ippisite/requirements-core.txt
+
1
−
1
View file @
3a1ede8b
# django and extensions
# django and extensions
Django>=2.
1.5
Django>=2.
0,<2.1
django-extensions
django-extensions
django-formtools
django-formtools
django-debug-toolbar
django-debug-toolbar
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment