File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -339,15 +339,9 @@ do_build() {
339339 ListSkipOrDo build " diffpy.srfit" || {
340340 python_easy_install -ZN --prefix=$BASEDIR ${SRCDIR} /diffpy.srfit
341341 } || return $?
342- ListSkipOrDo build " sans packages" || {
343- cd ${SRCDIR} /sans/data_util &&
344- ${PYTHON} setup.py install --prefix=$BASEDIR &&
345- cd ${SRCDIR} /sans/sansdataloader &&
346- ${PYTHON} setup.py install --prefix=$BASEDIR &&
347- cd ${SRCDIR} /sans/sansmodels &&
348- ${PYTHON} setup.py install --prefix=$BASEDIR &&
349- cd ${SRCDIR} /sans/pr_inversion &&
350- ${PYTHON} setup.py install --prefix=$BASEDIR
342+ ListSkipOrDo build " srfit-sasview" || {
343+ python_easy_install -ZN --prefix=$BASEDIR --exclude-scripts \
344+ ${SRCDIR} /srfit-sasview
351345 } || return $?
352346}
353347
You can’t perform that action at this time.
0 commit comments