[CalendarServer-changes] [14317] CalendarServer/trunk/support/Apple.make

source_changes at macosforge.org source_changes at macosforge.org
Fri Jan 16 12:14:37 PST 2015


Revision: 14317
          http://trac.calendarserver.org//changeset/14317
Author:   sagen at apple.com
Date:     2015-01-16 12:14:37 -0800 (Fri, 16 Jan 2015)
Log Message:
-----------
install cffi before other dependencies, otherwise .so files will not be generated at build time

Modified Paths:
--------------
    CalendarServer/trunk/support/Apple.make

Modified: CalendarServer/trunk/support/Apple.make
===================================================================
--- CalendarServer/trunk/support/Apple.make	2015-01-15 21:31:34 UTC (rev 14316)
+++ CalendarServer/trunk/support/Apple.make	2015-01-16 20:14:37 UTC (rev 14317)
@@ -105,6 +105,16 @@
 	@# use the cached downloads we submit to B&I, and not fetch content from
 	@# the Internet.
 	@#
+
+	@# Install cffi first because twext will fail to generate the .so files
+	@# otherwise
+	@echo "Installing cffi...";
+	$(_v) $(Environment)                                                  \
+	          "$(DSTROOT)$(CS_VIRTUALENV)/bin/pip" install                \
+	              --pre --allow-all-external --no-index                   \
+	              --find-links="file://$(Sources)/.develop/pip_downloads" \
+	              --log=$(OBJROOT)/pip.log                                \
+	              cffi
 	@echo "Installing Python packages...";
 	$(_v) $(Environment)                                                  \
 	          "$(DSTROOT)$(CS_VIRTUALENV)/bin/pip" install                \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150116/8c14d34f/attachment.html>


More information about the calendarserver-changes mailing list