Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
Orekit Python Wrapper
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Orekit Labs
Orekit Python Wrapper
Commits
fe41c120
Commit
fe41c120
authored
8 years ago
by
petrush
Browse files
Options
Downloads
Patches
Plain Diff
Updates to make relative reference to java-jdk to work
parent
44be6740
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
orekit-conda-recipe/build.sh
+10
-0
10 additions, 0 deletions
orekit-conda-recipe/build.sh
orekit-conda-recipe/meta.yaml
+5
-0
5 additions, 0 deletions
orekit-conda-recipe/meta.yaml
with
15 additions
and
0 deletions
orekit-conda-recipe/build.sh
+
10
−
0
View file @
fe41c120
...
...
@@ -2,6 +2,16 @@
# add --shared for building shared version
# classes directly on the list are wrapped as well as the jar's
# This section is setting up the build to use the coda package java-jdk
export
JCC_JDK
=
$PREFIX
export
JAVA_HOME
=
$JCC_JDK
export
JAVAHOME
=
$JCC_JDK
export
LD_LIBRARY_PATH
=
$PREFIX
/jre/lib/amd64/server:
$PREFIX
/jre/lib/amd64:
$LD_LIBRARY_PATH
export
JCC_ARGSEP
=
";"
export
JCC_INCLUDES
=
"
$PREFIX
/include;
$PREFIX
/include/linux"
export
JCC_LFLAGS
=
"-L
$PREFIX
/jre/lib/amd64;-ljava;-L
$PREFIX
/jre/lib/amd64/server;-ljvm;-lverify;-Wl,-rpath=
$PREFIX
/jre/lib/amd64:
$PREFIX
/jre/lib/amd64/server"
export
JCC_JAVAC
=
$PREFIX
/bin/javac
$PYTHON
-m
jcc
\
--use_full_names
\
...
...
This diff is collapsed.
Click to expand it.
orekit-conda-recipe/meta.yaml
+
5
−
0
View file @
fe41c120
...
...
@@ -15,6 +15,10 @@ build:
# 0 - orekit 8.0 release version of orekit 2016-07-03
#has_prefix_files:
# Lib/site-packages/orekit/__init__.py
rpaths
:
-
lib/
-
jre/lib/amd64/
-
jre/lib/amd64/server/
requirements
:
...
...
@@ -24,6 +28,7 @@ requirements:
-
setuptools
-
java-jdk
#[linux]
run
:
-
python
-
java-jdk [linux]
...
...
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