{% set name = "cplex" %}
{% set version="12.6.3.1" %}
{% set hash_install="fe3b7e13c9e0d5a5025106488174ce1ef39db84827c00f123c92eb6fbf5df97a" %}
{% set hash_update="d3bca2ed60190c314f10d77305d37ec751c2fd0f22ddf22fb02d745a6de208ad" %}


package:
  name: {{ name }}
  version: {{ version }}

build:
  number: 0
  skip: True # [not linux64]
  detect_binary_files_with_prefix: False

source:
#  fn: cplex_studio.bin
  - path: ../../softs/{{ name }}/cplex_studio1263.linux-x86-64.bin
    sha256: {{ hash_install }}
  - path: ../../softs/{{ name }}/12.6.3-DO-COS-linux-x86-64-fp001.bin
    sha256: {{ hash_update }}

requirements:
  build:
    - python {{ python }}
  run:
    - python
    - libgcc-ng

test:
  imports:
    - cplex
    
about:
  home: https://ibm.onthehub.com/WebStore/ProductSearchOfferingList.aspx?srch=ilog%20cplex
  license: PROPRIETARY
  summary: IBM ILOG CPLEX Optimization Studio provides powerful modeling tools to convert business problems to optimization models and solve the breadth of optimization problems.