Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zmap
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
zmap
Commits
b0fef3cf
Commit
b0fef3cf
authored
17 years ago
by
rds
Browse files
Options
Downloads
Patches
Plain Diff
Added a third parameter to allow for fetching the acedb binaries for
both LINUX and MACOSX...
parent
5e2e6d0f
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
scripts/zmapfetchacedbbinaries
+31
-2
31 additions, 2 deletions
scripts/zmapfetchacedbbinaries
with
31 additions
and
2 deletions
scripts/zmapfetchacedbbinaries
+
31
−
2
View file @
b0fef3cf
...
...
@@ -8,11 +8,40 @@ ZBExportOSVars
# $1 should be DEVELOPMENT, EXPERIMENTAL or SUPPORTED
# $2 should be DEVELOPMENT, OVERNIGHT
# $3 should be LINUX, DARWIN
# This is all because we can't get a mac on the network with nfs mounts ;)
# if we do it'll all go away ;)
# hmm, would this help? http://www.bresink.de/osx/nis.html
source_acedb
=
$1
dest_zmap
=
$2
target
=
$ZBBaseDir
/BIN.
$dest_zmap
/
$ZBbuildOSCanon
/bin
source
=
$ZBAcedbHOME
'/RELEASE.'
$source_acedb
'/bin.'
$ZBbuildOSCanon
'_4/'
zmap_arch
=
$3
acedb_arch
=
$3
if
[
"x
$zmap_arch
"
==
"x"
]
;
then
zmap_arch
=
$ZBbuildOSCanon
acedb_arch
=
$ZBbuildOSCanon
ZBlogmsg
"Defaulting to machine architecture"
fi
if
[
"x
$acedb_arch
"
==
"xMACOSX"
]
;
then
ZBlogmsg
"switching MACOSX to DARWIN for acedb..."
acedb_arch
=
"DARWIN"
fi
if
[
"x
$zmap_arch
"
==
"xDARWIN"
]
;
then
ZBlogmsg
"switching DARWIN to MACOSX for zmap..."
zmap_arch
=
"MACOSX"
fi
ZBlogmsg
"Using '
$zmap_arch
' for zmap architecture dir."
ZBlogmsg
"Using '
$acedb_arch
' for acedb architecture dir."
acedb
=
~acedb
target
=
$ZBBaseDir
/BIN.
$dest_zmap
/
$zmap_arch
/bin
source
=
$ZBAcedbHOME
'/RELEASE.'
$source_acedb
'/bin.'
$acedb_arch
'_4/'
# copy all the files from acedb release
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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