Dear all,
Two packages/ports have the same name:
/usr/ports/devel/atlas
/usr/ports/math/atlas
I'd like to install the math/atlas. How do I specify that when using pkg-install(8)?
With thanks and best wishes.
Ivan
Two packages/ports have the same name:
/usr/ports/devel/atlas
/usr/ports/math/atlas
pkg search atlas only finds devel/atlas, and whereis atlas only finds the math/atlas:
Code:
# pkg search atlas
Atlas-0.5.2_2 # <-- devel/atlas
Atlas-devel-0.6.3_4 # <-- devel/atlas
atlast-1.2
libreatlas-1.0.0a_15
# whereis atlas
atlas: /usr/ports/math/atlas
With thanks and best wishes.
Ivan