I am using macOS and JuliaPro v1.0.1.1. I have installed CPLEX from IBM and added it to the path. Next, I run
(JuliaPro_v1.0.1.1) pkg> add CPLEX
but this gives me
ERROR: The following package names could not be resolved:
* CPLEX (not found in project, manifest or registry)
Please specify by known `name=uuid`.
When I run
echo $LD_LIBRARY_PATH
I get
/Applications/CPLEX_Studio128/cplex/bin/x86-64_osx:
I do not know what I am missing here...