Skip to content
Snippets Groups Projects
Commit 0eef36e4 authored by Daniel Lyons's avatar Daniel Lyons
Browse files

adding instantclient conda build for stephan

parent 133c01ca
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
mkdir -p $PREFIX/lib
cp lib*.so* $PREFIX/lib
\ No newline at end of file
{% 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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment