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
de74dc05
Commit
de74dc05
authored
17 years ago
by
rds
Browse files
Options
Downloads
Patches
Plain Diff
make it work after some changes to the organisation to the directories...
parent
9fac26d9
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
src/perl/build.sh
+15
-32
15 additions, 32 deletions
src/perl/build.sh
with
15 additions
and
32 deletions
src/perl/build.sh
+
15
−
32
View file @
de74dc05
...
...
@@ -11,18 +11,15 @@ HERE=`pwd`
SRC
=
$HERE
/..
ZMAP_INC
=
"
$SRC
/include"
ZMAP_LIB
=
"
$SRC
/build/linux/lib"
#==========================================
# chose a perl version
PERL_EXE
=
/usr/local/bin/perl
# That should be it
#==========================================
PERL_ARCH
=
`
$PERL_EXE
-MConfig
-e
'print $Config{archname}'
`
PERL_VERSION
=
`
$PERL_EXE
-MConfig
-e
'print $Config{version}'
`
#PERL_INSTALL=`$PERL_EXE -MConfig -e 'print $Config{installstyle}'`
#==========================================
#==========================================
PERL_EXE
=
/usr/local/bin/perl
export
CC
=
gcc
cd
$HERE
/X11-XRemote-0.01
/X11/XRemote
cd
$HERE
/X11-XRemote-0.01
if
[
$1
]
;
then
PREFIX
=
$1
...
...
@@ -33,32 +30,18 @@ fi
opsys
=
`
uname
`
case
$opsys
in
OSF1
)
locals
=
/nfs/disk100/acedb/ZMap/prefix/ALPHA/lib/pkgconfig
PKG_CONFIG_PATH
=
"/usr/local/gtk2/lib/pkgconfig"
ZMAP_LIB
=
"
$SRC
/build/alpha/lib"
export
PKG_CONFIG_PATH
;;
PKG_CONFIG_PATH
=
"/usr/local/gtk2/lib/pkgconfig"
ZMAP_LIB
=
"
$SRC
/build/alpha/lib"
export
PKG_CONFIG_PATH
;;
esac
ADD_PERL5LIB
=
$PREFIX
/lib/perl
$PERL_EXE
Makefile.PL
PREFIX
=
$PREFIX
\
--with-zmap-inc
"-I
$ZMAP_INC
"
\
--with-zmap-libs
"-L
$ZMAP_LIB
"
\
--with-symbols
make
make
install
PERL5LIB
=
$ADD_PERL5LIB
:
$PERL5LIB
export
PERL5LIB
--with-zmap-inc
"
$ZMAP_INC
"
\
--with-zmap-libs
"
$ZMAP_LIB
"
--with-symbols
||
exit
1
echo
echo
"Testing installation..."
echo
"=================================="
$PERL_EXE
./debug_test.pl
echo
"=================================="
echo
echo
"Make sure
$ADD_PERL5LIB
is in your PERL5LIB"
make
||
exit
1
make
test
||
exit
1
make
install
||
exit
1
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