Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Commits
0eef36e4
Commit
0eef36e4
authored
4 years ago
by
Daniel Lyons
Browse files
Options
Downloads
Patches
Plain Diff
adding instantclient conda build for stephan
parent
133c01ca
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
support/conda/instantclient/build.sh
+4
-0
4 additions, 0 deletions
support/conda/instantclient/build.sh
support/conda/instantclient/meta.yaml
+15
-0
15 additions, 0 deletions
support/conda/instantclient/meta.yaml
with
19 additions
and
0 deletions
support/conda/instantclient/build.sh
0 → 100644
+
4
−
0
View file @
0eef36e4
#!/bin/sh
mkdir
-p
$PREFIX
/lib
cp
lib
*
.so
*
$PREFIX
/lib
\ No newline at end of file
This diff is collapsed.
Click to expand it.
support/conda/instantclient/meta.yaml
0 → 100644
+
15
−
0
View file @
0eef36e4
{
%
set name = "instantclient" %
}
{
%
set version = "12.1.0.2.0" %
}
package
:
name
:
"
{{
name|lower
}}"
version
:
"
{{
version
}}"
source
:
url
:
"
http://builder.aoc.nrao.edu/conda/binary-support/instantclient_12_1.tar.gz"
sha256
:
"
e3e73d61b5b3d1a4c42c499c387dfca737254496218bcc5fdbf5327f2ecf881a"
about
:
home
:
"
https://oracle.com"
license
:
"
Proprietary"
license_family
:
"
Proprietary"
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