Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gargantext-ihaskell
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
gargantext-ihaskell
Commits
c4d7619b
Commit
c4d7619b
authored
Mar 24, 2015
by
Franklin Chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Final (hopefully) fix of Linux installation scripts.
parent
7ba7c4d1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
build.sh
build.sh
+1
-6
linux-install.sh
linux-install.sh
+5
-0
No files found.
build.sh
View file @
c4d7619b
...
...
@@ -68,13 +68,8 @@ done
# Stick a "./" before everything.
INSTALL_DIRS
=
`
echo
$INSTALLS
|
tr
' '
'\n'
|
sed
's#^#./#'
|
tr
' '
'\n'
`
if
[
`
uname
`
=
Darwin
]
;
then
echo
CMD: cabal
install
--constraint
"arithmoi -llvm"
-j
$INSTALL_DIRS
--force-reinstalls
--max-backjumps
=
-1
--reorder-goals
echo
CMD: cabal
install
--constraint
"arithmoi -llvm"
-j
$INSTALL_DIRS
--force-reinstalls
--max-backjumps
=
-1
--reorder-goals
cabal
install
--constraint
"arithmoi -llvm"
-j
$INSTALL_DIRS
--force-reinstalls
--max-backjumps
=
-1
--reorder-goals
else
echo
CMD: cabal
install
-j
$INSTALL_DIRS
--force-reinstalls
--constraint
"arithmoi==0.4.*"
--max-backjumps
=
-1
--reorder-goals
cabal
install
-j
$INSTALL_DIRS
--force-reinstalls
--constraint
"arithmoi==0.4.*"
--max-backjumps
=
-1
--reorder-goals
fi
if
hash
ihaskell 2>/dev/null
;
then
ihaskell
install
2>/dev/null
||
echo
"
\"
ihaskell install
\"
- failed, pls check your ipython --version required 3.0.0 but is
$(
ipython
--version
)
"
...
...
linux-install.sh
View file @
c4d7619b
...
...
@@ -23,6 +23,9 @@ fi
#sudo apt-get install python-pip
sudo
apt-get
install
-y
python-dev
# To get easy_install
sudo
apt-get
install
-y
python-setuptools
sudo
easy_install
-U
pip
# -H to use .cache in /root
...
...
@@ -41,4 +44,6 @@ sudo apt-get install -y libzmq3-dev
sudo
apt-get
install
-y
libcairo2-dev
sudo
apt-get
install
-y
libpango1.0-dev
sudo
apt-get
install
-y
libmagic-dev
./build.sh all
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment