Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
purr-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
brittney allen
purr-data
Commits
eff4ecd0
Commit
eff4ecd0
authored
8 years ago
by
Jonathan Wilkes
Browse files
Options
Downloads
Patches
Plain Diff
fix disis build and clean instructions
parent
b536cbd6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
externals/Makefile
+6
-0
6 additions, 0 deletions
externals/Makefile
with
6 additions
and
0 deletions
externals/Makefile
+
6
−
0
View file @
eff4ecd0
...
@@ -449,8 +449,10 @@ cyclone_clean:
...
@@ -449,8 +449,10 @@ cyclone_clean:
# DISIS
# DISIS
disis
:
disis
:
ifneq
($(OS_NAME),windows)
ifneq
($(OS_NAME),windows)
ifneq
($(OS_NAME),darwin)
cd
$(
externals_src
)
/disis/cwiid
&&
aclocal
&&
autoconf
&&
\
cd
$(
externals_src
)
/disis/cwiid
&&
aclocal
&&
autoconf
&&
\
./configure
--with-python
=
python2
&&
make
./configure
--with-python
=
python2
&&
make
endif
endif
endif
make
-C
$(
externals_src
)
/disis
PD_PATH
=
$(
pd_src
)
pdbinpath
=
$(
pd_src
)
/src
make
-C
$(
externals_src
)
/disis
PD_PATH
=
$(
pd_src
)
pdbinpath
=
$(
pd_src
)
/src
...
@@ -460,7 +462,11 @@ disis_install:
...
@@ -460,7 +462,11 @@ disis_install:
install
install
disis_clean
:
disis_clean
:
ifneq
($(OS_NAME),windows)
ifneq
($(OS_NAME),darwin)
make
-C
$(
externals_src
)
/disis/cwiid clean
make
-C
$(
externals_src
)
/disis/cwiid clean
endif
endif
make
-C
$(
externals_src
)
/disis clean
make
-C
$(
externals_src
)
/disis clean
#------------------------------------------------------------------------------#
#------------------------------------------------------------------------------#
...
...
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