manoharan-lab / holopy

Hologram processing and light scattering in python
GNU General Public License v3.0
133 stars 50 forks source link

Build conda packages for ADDA #205

Open vnmanoharan opened 7 years ago

vnmanoharan commented 7 years ago

Right now we require users to have installed ADDA before using it. But the easiest way for users to install it is to use conda to install it, and make it a dependency for our HoloPy conda packages. For that to happen we need an ADDA conda package. This can be done: https://conda.io/docs/build_tutorials/postgis.html

barkls commented 6 years ago

I took an initial stab at this, but it won't work without ironing out a few kinks.

samatwork85 commented 4 months ago

I am a new user and I am having trouble installing the ADDA package. Although I have installed HoloPy, I'm still getting errors. Could you please help me with the installation process?

In a terminal window, When I go to the directory ’adda/src’ and compile using one of three options given in the HoloPy tutorial:

make seq or: make or: make OpenCL

I am getting this error message: "'make' is not recognized as an internal or external command, operable program or batch file.."

edit: @vnmanoharan moved to new thread #440